ArmHDInsightModelFactory.HDInsightClusterHostInfo(String, String, Uri) Method
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.
Initializes a new instance of HDInsightClusterHostInfo.
public static Azure.ResourceManager.HDInsight.Models.HDInsightClusterHostInfo HDInsightClusterHostInfo (string name = default, string fqdn = default, Uri effectiveDiskEncryptionKeyUri = default);
static member HDInsightClusterHostInfo : string * string * Uri -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterHostInfo
Public Shared Function HDInsightClusterHostInfo (Optional name As String = Nothing, Optional fqdn As String = Nothing, Optional effectiveDiskEncryptionKeyUri As Uri = Nothing) As HDInsightClusterHostInfo
Parameters
- name
- String
The host name.
- fqdn
- String
The Fully Qualified Domain Name of host.
- effectiveDiskEncryptionKeyUri
- Uri
The effective disk encryption key URL used by the host.
Returns
A new HDInsightClusterHostInfo instance for mocking.
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