次の方法で共有


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

適用対象