Uses of Class
com.azure.resourcemanager.containerregistry.models.AuthCredential
Packages that use AuthCredential
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of AuthCredential in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return types with arguments of type AuthCredentialModifier and TypeMethodDescriptionCredentialSetInner.authCredentials()Get the authCredentials property: List of authentication credentials stored for an upstream.CredentialSetProperties.authCredentials()Get the authCredentials property: List of authentication credentials stored for an upstream.CredentialSetUpdateProperties.authCredentials()Get the authCredentials property: List of authentication credentials stored for an upstream.Method parameters in com.azure.resourcemanager.containerregistry.fluent.models with type arguments of type AuthCredentialModifier and TypeMethodDescriptionCredentialSetInner.withAuthCredentials(List<AuthCredential> authCredentials) Set the authCredentials property: List of authentication credentials stored for an upstream.CredentialSetProperties.withAuthCredentials(List<AuthCredential> authCredentials) Set the authCredentials property: List of authentication credentials stored for an upstream.CredentialSetUpdateProperties.withAuthCredentials(List<AuthCredential> authCredentials) Set the authCredentials property: List of authentication credentials stored for an upstream. -
Uses of AuthCredential in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type AuthCredentialModifier and TypeClassDescriptionfinal classAuthentication credential stored for an upstream.Methods in com.azure.resourcemanager.containerregistry.models that return AuthCredentialModifier and TypeMethodDescriptionstatic AuthCredentialAuthCredential.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthCredential from the JsonReader.AuthCredential.withName(CredentialName name) Set the name property: The name of the credential.AuthCredential.withPasswordSecretIdentifier(String passwordSecretIdentifier) Set the passwordSecretIdentifier property: KeyVault Secret URI for accessing the password.AuthCredential.withUsernameSecretIdentifier(String usernameSecretIdentifier) Set the usernameSecretIdentifier property: KeyVault Secret URI for accessing the username.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type AuthCredentialModifier and TypeMethodDescriptionCredentialSetUpdateParameters.authCredentials()Get the authCredentials property: List of authentication credentials stored for an upstream.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type AuthCredentialModifier and TypeMethodDescriptionCredentialSetUpdateParameters.withAuthCredentials(List<AuthCredential> authCredentials) Set the authCredentials property: List of authentication credentials stored for an upstream.