HostInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET