你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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