Share via


ProxyServerProperties Constructors

Definition

Overloads

ProxyServerProperties()

Initializes a new instance of the ProxyServerProperties class.

ProxyServerProperties(String, String)

Initializes a new instance of the ProxyServerProperties class.

ProxyServerProperties()

Initializes a new instance of the ProxyServerProperties class.

public ProxyServerProperties ();
Public Sub New ()

Applies to

ProxyServerProperties(String, String)

Initializes a new instance of the ProxyServerProperties class.

public ProxyServerProperties (string ip = default, string port = default);
new Microsoft.Azure.Management.Security.Models.ProxyServerProperties : string * string -> Microsoft.Azure.Management.Security.Models.ProxyServerProperties
Public Sub New (Optional ip As String = Nothing, Optional port As String = Nothing)

Parameters

ip
String

Proxy server IP

port
String

Proxy server port

Applies to