Uses of Class
com.azure.resourcemanager.containerregistry.models.ImportSourceCredentials
Packages that use ImportSourceCredentials
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of ImportSourceCredentials in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type ImportSourceCredentialsModifier and TypeClassDescriptionfinal classThe ImportSourceCredentials model.Methods in com.azure.resourcemanager.containerregistry.models that return ImportSourceCredentialsModifier and TypeMethodDescriptionImportSource.credentials()Get the credentials property: Credentials used when importing from a registry uri.static ImportSourceCredentialsImportSourceCredentials.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImportSourceCredentials from the JsonReader.ImportSourceCredentials.withPassword(String password) Set the password property: The password used to authenticate with the source registry.ImportSourceCredentials.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 ImportSourceCredentialsModifier and TypeMethodDescriptionImportSource.withCredentials(ImportSourceCredentials credentials) Set the credentials property: Credentials used when importing from a registry uri.