Class HttpProxyConfigPassword

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.HttpProxyConfigPassword

public class HttpProxyConfigPassword extends Object
The HttpProxyConfigPassword model.
  • Constructor Details

    • HttpProxyConfigPassword

      public HttpProxyConfigPassword()
      Creates an instance of HttpProxyConfigPassword class.
  • Method Details

    • password

      public String password()
      Get the password property: Password to use for connecting to proxy server.
      Returns:
      the password value.
    • withPassword

      public HttpProxyConfigPassword withPassword(String password)
      Set the password property: Password to use for connecting to proxy server.
      Parameters:
      password - the password value to set.
      Returns:
      the HttpProxyConfigPassword object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.