Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ImageSourceRegistry |
ContainerSettings.imageSourceRegistry()
Get information about docker image and docker registry to download the container from.
|
ImageSourceRegistry |
ImageSourceRegistry.withCredentials(PrivateRegistryCredentials credentials)
Set credentials to access the private docker repository.
|
ImageSourceRegistry |
ImageSourceRegistry.withImage(String image)
Set the name of the image in the image repository.
|
ImageSourceRegistry |
ImageSourceRegistry.withServerUrl(String serverUrl)
Set uRL for image repository.
|
Modifier and Type | Method and Description |
---|---|
ContainerSettings |
ContainerSettings.withImageSourceRegistry(ImageSourceRegistry imageSourceRegistry)
Set information about docker image and docker registry to download the container from.
|
Copyright © 2019. All rights reserved.