ArmHDInsightContainersModelFactory.SshConnectivityEndpoint(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。