Uses of Class
com.microsoft.azure.management.batchai.ImageSourceRegistry
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of ImageSourceRegistry in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionContainerSettings.imageSourceRegistry()
Get information about docker image and docker registry to download the container from.ImageSourceRegistry.withCredentials
(PrivateRegistryCredentials credentials) Set credentials to access the private docker repository.Set the name of the image in the image repository.ImageSourceRegistry.withServerUrl
(String serverUrl) Set uRL for image repository.Modifier and TypeMethodDescriptionContainerSettings.withImageSourceRegistry
(ImageSourceRegistry imageSourceRegistry) Set information about docker image and docker registry to download the container from.