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

HostInfo 构造函数

定义

重载

HostInfo()

初始化 HostInfo 类的新实例。

HostInfo(String, String, String)

初始化 HostInfo 类的新实例。

HostInfo()

初始化 HostInfo 类的新实例。

public HostInfo ();
Public Sub New ()

适用于

HostInfo(String, String, String)

初始化 HostInfo 类的新实例。

public HostInfo (string name = default, string fqdn = default, string effectiveDiskEncryptionKeyUrl = default);
new Microsoft.Azure.Management.HDInsight.Models.HostInfo : string * string * string -> Microsoft.Azure.Management.HDInsight.Models.HostInfo
Public Sub New (Optional name As String = Nothing, Optional fqdn As String = Nothing, Optional effectiveDiskEncryptionKeyUrl As String = Nothing)

参数

name
String

主机名

fqdn
String

主机的完全限定域名

effectiveDiskEncryptionKeyUrl
String

主机使用的有效磁盘加密密钥 URL

适用于