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

ApplicationGetHttpsEndpoint 构造函数

定义

重载

ApplicationGetHttpsEndpoint()

初始化 ApplicationGetHttpsEndpoint 类的新实例。

ApplicationGetHttpsEndpoint(IList<String>, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>)

初始化 ApplicationGetHttpsEndpoint 类的新实例。

ApplicationGetHttpsEndpoint()

初始化 ApplicationGetHttpsEndpoint 类的新实例。

public ApplicationGetHttpsEndpoint ();
Public Sub New ()

适用于

ApplicationGetHttpsEndpoint(IList<String>, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>)

初始化 ApplicationGetHttpsEndpoint 类的新实例。

public ApplicationGetHttpsEndpoint (System.Collections.Generic.IList<string> accessModes = default, string location = default, int? destinationPort = default, int? publicPort = default, string privateIPAddress = default, string subDomainSuffix = default, bool? disableGatewayAuth = default);
new Microsoft.Azure.Management.HDInsight.Models.ApplicationGetHttpsEndpoint : System.Collections.Generic.IList<string> * string * Nullable<int> * Nullable<int> * string * string * Nullable<bool> -> Microsoft.Azure.Management.HDInsight.Models.ApplicationGetHttpsEndpoint
Public Sub New (Optional accessModes As IList(Of String) = Nothing, Optional location As String = Nothing, Optional destinationPort As Nullable(Of Integer) = Nothing, Optional publicPort As Nullable(Of Integer) = Nothing, Optional privateIPAddress As String = Nothing, Optional subDomainSuffix As String = Nothing, Optional disableGatewayAuth As Nullable(Of Boolean) = Nothing)

参数

accessModes
IList<String>

应用程序的访问模式列表。

location
String

终结点的位置。

destinationPort
Nullable<Int32>

要连接到的目标端口。

publicPort
Nullable<Int32>

要连接到的公共端口。

privateIPAddress
String

终结点的专用 IP 地址。

subDomainSuffix
String

应用程序的子域后缀。

disableGatewayAuth
Nullable<Boolean>

值指示是否禁用 GatewayAuth。

适用于