HttpProxyConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. HttpProxyConfiguration
- com.
Implements
public final class HttpProxyConfiguration
implements JsonSerializable<HttpProxyConfiguration>
HTTP Proxy configuration for the VM.
Constructor Summary
| Constructor | Description |
|---|---|
| HttpProxyConfiguration() |
Creates an instance of Http |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Http |
fromJson(JsonReader jsonReader)
Reads an instance of Http |
| String |
httpsProxy()
Get the https |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Http |
withHttpsProxy(String httpsProxy)
Set the https |
Methods inherited from java.lang.Object
Constructor Details
HttpProxyConfiguration
public HttpProxyConfiguration()
Creates an instance of HttpProxyConfiguration class.
Method Details
fromJson
public static HttpProxyConfiguration fromJson(JsonReader jsonReader)
Reads an instance of HttpProxyConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
httpsProxy
public String httpsProxy()
Get the httpsProxy property: Gets or sets httpsProxy url.
Returns:
toJson
validate
public void validate()
Validates the instance.
withHttpsProxy
public HttpProxyConfiguration withHttpsProxy(String httpsProxy)
Set the httpsProxy property: Gets or sets httpsProxy url.
Parameters:
Returns: