Uses of Class
com.azure.resourcemanager.containerregistry.models.SecretObject
-
Packages that use SecretObject Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of SecretObject in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return SecretObject Modifier and Type Method Description SecretObjectCustomRegistryCredentials. password()Get the password property: The password for logging into the custom registry.SecretObjectCustomRegistryCredentials. username()Get the username property: The username for logging into the custom registry.SecretObjectSecretObject. withType(SecretObjectType type)Set the type property: The type of the secret object which determines how the value of the secret object has to be interpreted.SecretObjectSecretObject. withValue(String value)Set the value property: The value of the secret.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SecretObject Modifier and Type Method Description 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.
-