Compartilhar via


AzureHDInsightClusterIdentity Constructors

Definition

Overloads

AzureHDInsightClusterIdentity()
AzureHDInsightClusterIdentity(ClusterIdentity)
AzureHDInsightClusterIdentity(String, String, String, IDictionary<String,AzureHDInsightUserAssignedIdentity>)

AzureHDInsightClusterIdentity()

public AzureHDInsightClusterIdentity ();
Public Sub New ()

Applies to

AzureHDInsightClusterIdentity(ClusterIdentity)

public AzureHDInsightClusterIdentity (Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity clusterIdentity);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightClusterIdentity : Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightClusterIdentity
Public Sub New (clusterIdentity As ClusterIdentity)

Parameters

clusterIdentity
ClusterIdentity

Applies to

AzureHDInsightClusterIdentity(String, String, String, IDictionary<String,AzureHDInsightUserAssignedIdentity>)

public AzureHDInsightClusterIdentity (string principalId = default, string tenantId = default, string type = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightUserAssignedIdentity> userAssignedIdentities = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightClusterIdentity : string * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightUserAssignedIdentity> -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightClusterIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As String = Nothing, Optional userAssignedIdentities As IDictionary(Of String, AzureHDInsightUserAssignedIdentity) = Nothing)

Parameters

principalId
String
tenantId
String
type
String

Applies to