Uses of Class
com.azure.resourcemanager.containerregistry.models.ImportSourceCredentials
-
Packages that use ImportSourceCredentials Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of ImportSourceCredentials in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return ImportSourceCredentials Modifier and Type Method Description ImportSourceCredentialsImportSource. credentials()Get the credentials property: Credentials used when importing from a registry uri.ImportSourceCredentialsImportSourceCredentials. withPassword(String password)Set the password property: The password used to authenticate with the source registry.ImportSourceCredentialsImportSourceCredentials. withUsername(String username)Set the username property: The username to authenticate with the source registry.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type ImportSourceCredentials Modifier and Type Method Description ImportSourceImportSource. withCredentials(ImportSourceCredentials credentials)Set the credentials property: Credentials used when importing from a registry uri.
-