Uses of Class
com.azure.resourcemanager.batch.models.ContainerRegistry
Packages that use ContainerRegistry
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ContainerRegistry in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return ContainerRegistryModifier 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.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type ContainerRegistryModifier and TypeMethodDescriptionContainerConfiguration.containerRegistries()Get the containerRegistries property: Additional private registries from which containers can be pulled.Methods in com.azure.resourcemanager.batch.models with parameters of type ContainerRegistryModifier and TypeMethodDescriptionTaskContainerSettings.withRegistry(ContainerRegistry registry) Set the registry property: A private container registry.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type ContainerRegistryModifier and TypeMethodDescriptionContainerConfiguration.withContainerRegistries(List<ContainerRegistry> containerRegistries) Set the containerRegistries property: Additional private registries from which containers can be pulled.