Uses of Class
com.azure.compute.batch.models.ContainerRegistryReference
Packages that use ContainerRegistryReference
-
Uses of ContainerRegistryReference in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ContainerRegistryReferenceModifier and TypeMethodDescriptionstatic ContainerRegistryReference
ContainerRegistryReference.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerRegistryReference from the JsonReader.BatchTaskContainerSettings.getRegistry()
Get the registry property: The private registry which contains the container Image.ContainerRegistryReference.setIdentityReference
(BatchNodeIdentityReference identityReference) Set the identityReference property: The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.ContainerRegistryReference.setPassword
(String password) Set the password property: The password to log into the registry server.ContainerRegistryReference.setRegistryServer
(String registryServer) Set the registryServer property: The registry URL.ContainerRegistryReference.setUsername
(String username) Set the username property: The user name to log into the registry server.Methods in com.azure.compute.batch.models that return types with arguments of type ContainerRegistryReferenceModifier and TypeMethodDescriptionContainerConfiguration.getContainerRegistries()
Get the containerRegistries property: Additional private registries from which containers can be pulled.Methods in com.azure.compute.batch.models with parameters of type ContainerRegistryReferenceModifier and TypeMethodDescriptionBatchTaskContainerSettings.setRegistry
(ContainerRegistryReference registry) Set the registry property: The private registry which contains the container Image.Method parameters in com.azure.compute.batch.models with type arguments of type ContainerRegistryReferenceModifier and TypeMethodDescriptionContainerConfiguration.setContainerRegistries
(List<ContainerRegistryReference> containerRegistries) Set the containerRegistries property: Additional private registries from which containers can be pulled.