次の方法で共有


ArmHDInsightContainersModelFactory.SshConnectivityEndpoint(String) メソッド

定義

SshConnectivityEndpoint の新しいインスタンスを初期化します。

public static Azure.ResourceManager.HDInsight.Containers.Models.SshConnectivityEndpoint SshConnectivityEndpoint (string endpoint = default);
static member SshConnectivityEndpoint : string -> Azure.ResourceManager.HDInsight.Containers.Models.SshConnectivityEndpoint
Public Shared Function SshConnectivityEndpoint (Optional endpoint As String = Nothing) As SshConnectivityEndpoint

パラメーター

endpoint
String

SSH 接続エンドポイント。

戻り値

モック作成用の新しい SshConnectivityEndpoint インスタンス。

例外

endpoint が null です。

適用対象