69 строки
4.5 KiB
YAML
69 строки
4.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration"
|
|
name: "HttpProxyConfiguration"
|
|
nameWithType: "HttpProxyConfiguration"
|
|
summary: "HTTP Proxy configuration for the VM."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **HttpProxyConfiguration**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration.HttpProxyConfiguration()"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration.HttpProxyConfiguration()"
|
|
name: "HttpProxyConfiguration()"
|
|
nameWithType: "HttpProxyConfiguration.HttpProxyConfiguration()"
|
|
summary: "Creates an instance of Http<wbr>Proxy<wbr>Configuration class."
|
|
syntax: "public HttpProxyConfiguration()"
|
|
desc: "Creates an instance of HttpProxyConfiguration class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration.httpsProxy()"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration.httpsProxy()"
|
|
name: "httpsProxy()"
|
|
nameWithType: "HttpProxyConfiguration.httpsProxy()"
|
|
summary: "Get the https<wbr>Proxy property: Gets or sets https<wbr>Proxy url."
|
|
syntax: "public String httpsProxy()"
|
|
desc: "Get the httpsProxy property: Gets or sets httpsProxy url."
|
|
returns:
|
|
description: "the httpsProxy value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration.validate()"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration.validate()"
|
|
name: "validate()"
|
|
nameWithType: "HttpProxyConfiguration.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration.withHttpsProxy(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration.withHttpsProxy(String httpsProxy)"
|
|
name: "withHttpsProxy(String httpsProxy)"
|
|
nameWithType: "HttpProxyConfiguration.withHttpsProxy(String httpsProxy)"
|
|
summary: "Set the https<wbr>Proxy property: Gets or sets https<wbr>Proxy url."
|
|
parameters:
|
|
- description: "the httpsProxy value to set."
|
|
name: "httpsProxy"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public HttpProxyConfiguration withHttpsProxy(String httpsProxy)"
|
|
desc: "Set the httpsProxy property: Gets or sets httpsProxy url."
|
|
returns:
|
|
description: "the HttpProxyConfiguration object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration?alt=com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration&text=HttpProxyConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "HTTP Proxy configuration for the VM."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|