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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET