Sdílet prostřednictvím


HostInfo Constructors

Definition

Overloads

HostInfo()

Initializes a new instance of the HostInfo class.

HostInfo(String, String, String)

Initializes a new instance of the HostInfo class.

HostInfo()

Initializes a new instance of the HostInfo class.

public HostInfo ();
Public Sub New ()

Applies to

HostInfo(String, String, String)

Initializes a new instance of the HostInfo class.

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)

Parameters

name
String

The host name

fqdn
String

The Fully Qualified Domain Name of host

effectiveDiskEncryptionKeyUrl
String

The effective disk encryption key URL used by the host

Applies to