次の方法で共有


ApplicationGetEndpoint コンストラクター

定義

オーバーロード

ApplicationGetEndpoint()

ApplicationGetEndpoint クラスの新しいインスタンスを初期化します。

ApplicationGetEndpoint(String, Nullable<Int32>, Nullable<Int32>, String)

ApplicationGetEndpoint クラスの新しいインスタンスを初期化します。

ApplicationGetEndpoint()

ApplicationGetEndpoint クラスの新しいインスタンスを初期化します。

public ApplicationGetEndpoint ();
Public Sub New ()

適用対象

ApplicationGetEndpoint(String, Nullable<Int32>, Nullable<Int32>, String)

ApplicationGetEndpoint クラスの新しいインスタンスを初期化します。

public ApplicationGetEndpoint (string location = default, int? destinationPort = default, int? publicPort = default, string privateIPAddress = default);
new Microsoft.Azure.Management.HDInsight.Models.ApplicationGetEndpoint : string * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.HDInsight.Models.ApplicationGetEndpoint
Public Sub New (Optional location As String = Nothing, Optional destinationPort As Nullable(Of Integer) = Nothing, Optional publicPort As Nullable(Of Integer) = Nothing, Optional privateIPAddress As String = Nothing)

パラメーター

location
String

エンドポイントの位置。

destinationPort
Nullable<Int32>

接続先のポート。

publicPort
Nullable<Int32>

接続するパブリック ポート。

privateIPAddress
String

エンドポイントのプライベート IP アドレス。

適用対象