Uses of Class
com.microsoft.azure.management.batch.ContainerRegistry
Packages that use ContainerRegistry
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ContainerRegistry in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ContainerRegistryModifier and TypeMethodDescriptionTaskContainerSettings.registry()
Get this setting can be omitted if was already provided at pool creation.ContainerRegistry.withIdentityReference
(ComputeNodeIdentityReference identityReference) Set the identityReference value.ContainerRegistry.withPassword
(String password) Set the password value.ContainerRegistry.withRegistryServer
(String registryServer) Set if omitted, the default is "docker.io".ContainerRegistry.withUserName
(String userName) Set the userName value.Methods in com.microsoft.azure.management.batch that return types with arguments of type ContainerRegistryModifier and TypeMethodDescriptionContainerConfiguration.containerRegistries()
Get if any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.Methods in com.microsoft.azure.management.batch with parameters of type ContainerRegistryModifier and TypeMethodDescriptionTaskContainerSettings.withRegistry
(ContainerRegistry registry) Set this setting can be omitted if was already provided at pool creation.Method parameters in com.microsoft.azure.management.batch with type arguments of type ContainerRegistryModifier and TypeMethodDescriptionContainerConfiguration.withContainerRegistries
(List<ContainerRegistry> containerRegistries) Set if any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.