HttpProxyConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
HTTP Proxy configuration for the VM.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.HttpProxyConfigurationTypeConverter))]
public class HttpProxyConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IHttpProxyConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.HttpProxyConfigurationTypeConverter))>]
type HttpProxyConfiguration = class
interface IHttpProxyConfiguration
interface IJsonSerializable
Public Class HttpProxyConfiguration
Implements IHttpProxyConfiguration
- Inheritance
-
HttpProxyConfiguration
- Attributes
- Implements
Constructors
HttpProxyConfiguration() |
Creates an new HttpProxyConfiguration instance. |
Properties
HttpsProxy |
Gets or sets httpsProxy url. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HttpProxyConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HttpProxyConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IHttpProxyConfiguration. |
FromJsonString(String) |
Creates a new instance of HttpProxyConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HttpProxyConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |