Class HttpProxyConfiguration
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration
HTTP Proxy configuration for the VM.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the httpsProxy property: Gets or sets httpsProxy url.void
validate()
Validates the instance.withHttpsProxy
(String httpsProxy) Set the httpsProxy property: Gets or sets httpsProxy url.
-
Constructor Details
-
HttpProxyConfiguration
public HttpProxyConfiguration()
-
-
Method Details
-
httpsProxy
Get the httpsProxy property: Gets or sets httpsProxy url.- Returns:
- the httpsProxy value.
-
withHttpsProxy
Set the httpsProxy property: Gets or sets httpsProxy url.- Parameters:
httpsProxy
- the httpsProxy value to set.- Returns:
- the HttpProxyConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-