Uses of Class
com.azure.resourcemanager.batch.models.ContainerRegistry
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ContainerRegistry in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionTaskContainerSettings.registry()
Get the registry property: A private container registry.ContainerRegistry.withIdentityReference
(ComputeNodeIdentityReference identityReference) Set the identityReference property: The reference to a user assigned identity associated with the Batch pool which a compute node will use.ContainerRegistry.withPassword
(String password) Set the password property: The password to log into the registry server.ContainerRegistry.withRegistryServer
(String registryServer) Set the registryServer property: The registry URL.ContainerRegistry.withUsername
(String username) Set the username property: The user name to log into the registry server.Modifier and TypeMethodDescriptionContainerConfiguration.containerRegistries()
Get the containerRegistries property: Additional private registries from which containers can be pulled.Modifier and TypeMethodDescriptionTaskContainerSettings.withRegistry
(ContainerRegistry registry) Set the registry property: A private container registry.Modifier and TypeMethodDescriptionContainerConfiguration.withContainerRegistries
(List<ContainerRegistry> containerRegistries) Set the containerRegistries property: Additional private registries from which containers can be pulled.