Uses of Class
com.azure.resourcemanager.containerregistry.models.CustomRegistryCredentials
-
Packages that use CustomRegistryCredentials Package Description com.azure.resourcemanager.containerregistry.models 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 CustomRegistryCredentials Modifier and Type Method Description CustomRegistryCredentialsCustomRegistryCredentials. withIdentity(String identity)Set the identity property: Indicates the managed identity assigned to the custom credential.CustomRegistryCredentialsCustomRegistryCredentials. withPassword(SecretObject password)Set the password property: The password for logging into the custom registry.CustomRegistryCredentialsCustomRegistryCredentials. 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 CustomRegistryCredentials Modifier and Type Method Description Map<String,CustomRegistryCredentials>Credentials. 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 CustomRegistryCredentials Modifier and Type Method Description CredentialsCredentials. withCustomRegistries(Map<String,CustomRegistryCredentials> customRegistries)Set the customRegistries property: Describes the credential parameters for accessing other custom registries.
-