Uses of Class
com.azure.resourcemanager.containerregistry.models.CustomRegistryCredentials
Packages that use CustomRegistryCredentials
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of CustomRegistryCredentials in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return CustomRegistryCredentialsModifier and TypeMethodDescriptionstatic CustomRegistryCredentialsCustomRegistryCredentials.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomRegistryCredentials from the JsonReader.CustomRegistryCredentials.withIdentity(String identity) Set the identity property: Indicates the managed identity assigned to the custom credential.CustomRegistryCredentials.withPassword(SecretObject password) Set the password property: The password for logging into the custom registry.CustomRegistryCredentials.withUsername(SecretObject username) Set the username property: The username for logging into the custom registry.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type CustomRegistryCredentialsModifier and TypeMethodDescriptionCredentials.customRegistries()Get the customRegistries property: Describes the credential parameters for accessing other custom registries.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type CustomRegistryCredentialsModifier and TypeMethodDescriptionCredentials.withCustomRegistries(Map<String, CustomRegistryCredentials> customRegistries) Set the customRegistries property: Describes the credential parameters for accessing other custom registries.