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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET