Uses of Class
com.azure.resourcemanager.containerregistry.models.SecretObject
Packages that use SecretObject
Package
Description
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 SecretObjectModifier and TypeMethodDescriptionstatic SecretObjectSecretObject.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecretObject from the JsonReader.CustomRegistryCredentials.password()Get the password property: The password for logging into the custom registry.CustomRegistryCredentials.username()Get the username property: The username for logging into the custom registry.SecretObject.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.Set the value property: The value of the secret.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SecretObjectModifier and TypeMethodDescriptionCustomRegistryCredentials.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.