Uses of Class
com.microsoft.azure.management.batch.ContainerRegistry
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ContainerRegistry in com.microsoft.azure.management.batch
Modifier 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.Modifier and TypeMethodDescriptionContainerConfiguration.containerRegistries()
Get if any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.Modifier and TypeMethodDescriptionTaskContainerSettings.withRegistry
(ContainerRegistry registry) Set this setting can be omitted if was already provided at pool creation.Modifier 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.