Class HttpProxyConfigPassword
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.HttpProxyConfigPassword
The HttpProxyConfigPassword model.
-
Constructor Summary
ConstructorDescriptionCreates an instance of HttpProxyConfigPassword class. -
Method Summary
Modifier and TypeMethodDescriptionpassword()
Get the password property: Password to use for connecting to proxy server.void
validate()
Validates the instance.withPassword
(String password) Set the password property: Password to use for connecting to proxy server.
-
Constructor Details
-
HttpProxyConfigPassword
public HttpProxyConfigPassword()Creates an instance of HttpProxyConfigPassword class.
-
-
Method Details
-
password
Get the password property: Password to use for connecting to proxy server.- Returns:
- the password value.
-
withPassword
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.
-