AzureHDInsightClusterIdentity 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
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
- userAssignedIdentities
- IDictionary<String,AzureHDInsightUserAssignedIdentity>