| Package | Description |
|---|---|
| com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateRegistryCredentials |
ImageSourceRegistry.credentials()
Get credentials to access the private docker repository.
|
PrivateRegistryCredentials |
PrivateRegistryCredentials.withPassword(String password)
Set user password to login to the docker repository.
|
PrivateRegistryCredentials |
PrivateRegistryCredentials.withPasswordSecretReference(KeyVaultSecretReference passwordSecretReference)
Set keyVault Secret storing the password.
|
PrivateRegistryCredentials |
PrivateRegistryCredentials.withUsername(String username)
Set user name to login to the repository.
|
| Modifier and Type | Method and Description |
|---|---|
ImageSourceRegistry |
ImageSourceRegistry.withCredentials(PrivateRegistryCredentials credentials)
Set credentials to access the private docker repository.
|
Copyright © 2019. All rights reserved.