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

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。

适用于