Uses of Class
com.microsoft.azure.management.containerregistry.ImportSourceCredentials
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of ImportSourceCredentials in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionImportSource.credentials()
Get credentials used when importing from a registry uri.ImportSourceCredentials.withPassword
(String password) Set the password used to authenticate with the source registry.ImportSourceCredentials.withUsername
(String username) Set the username to authenticate with the source registry.Modifier and TypeMethodDescriptionImportSource.withCredentials
(ImportSourceCredentials credentials) Set credentials used when importing from a registry uri.