Class RegistryPassword
java.lang.Object
com.microsoft.azure.management.containerregistry.RegistryPassword
The login password for the container registry.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the password name.value()
Get the password value.withName
(PasswordName name) Set the password name.Set the password value.
-
Constructor Details
-
RegistryPassword
public RegistryPassword()
-
-
Method Details
-
name
Get the password name. Possible values include: 'password', 'password2'.- Returns:
- the name value
-
withName
Set the password name. Possible values include: 'password', 'password2'.- Parameters:
name
- the name value to set- Returns:
- the RegistryPassword object itself.
-
value
Get the password value.- Returns:
- the value value
-
withValue
Set the password value.- Parameters:
value
- the value value to set- Returns:
- the RegistryPassword object itself.
-