ProxyServerProperties Class

Definition

For a non-Azure machine that is not connected directly to the internet, specify a proxy server that the non-Azure machine can use.

public class ProxyServerProperties
public class ProxyServerProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.ProxyServerProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.ProxyServerProperties>
type ProxyServerProperties = class
type ProxyServerProperties = class
    interface IJsonModel<ProxyServerProperties>
    interface IPersistableModel<ProxyServerProperties>
Public Class ProxyServerProperties
Public Class ProxyServerProperties
Implements IJsonModel(Of ProxyServerProperties), IPersistableModel(Of ProxyServerProperties)
Inheritance
ProxyServerProperties
Implements

Constructors

ProxyServerProperties()

Initializes a new instance of ProxyServerProperties.

Properties

IP

Proxy server IP.

Port

Proxy server port.

Explicit Interface Implementations

IJsonModel<ProxyServerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ProxyServerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProxyServerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProxyServerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ProxyServerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to