Class RegistryPassword

java.lang.Object
com.microsoft.azure.management.containerregistry.RegistryPassword

public class RegistryPassword extends Object
The login password for the container registry.
  • Constructor Details

    • RegistryPassword

      public RegistryPassword()
  • Method Details

    • name

      public PasswordName name()
      Get the password name. Possible values include: 'password', 'password2'.
      Returns:
      the name value
    • withName

      public RegistryPassword withName(PasswordName name)
      Set the password name. Possible values include: 'password', 'password2'.
      Parameters:
      name - the name value to set
      Returns:
      the RegistryPassword object itself.
    • value

      public String value()
      Get the password value.
      Returns:
      the value value
    • withValue

      public RegistryPassword withValue(String value)
      Set the password value.
      Parameters:
      value - the value value to set
      Returns:
      the RegistryPassword object itself.