Uses of Class
com.microsoft.azure.management.batchai.PrivateRegistryCredentials
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of PrivateRegistryCredentials in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionImageSourceRegistry.credentials()
Get credentials to access the private docker repository.PrivateRegistryCredentials.withPassword
(String password) Set user password to login to the docker repository.PrivateRegistryCredentials.withPasswordSecretReference
(KeyVaultSecretReference passwordSecretReference) Set keyVault Secret storing the password.PrivateRegistryCredentials.withUsername
(String username) Set user name to login to the repository.Modifier and TypeMethodDescriptionImageSourceRegistry.withCredentials
(PrivateRegistryCredentials credentials) Set credentials to access the private docker repository.