Partager via


HDInsightIdentityProfile(ResourceIdentifier, String, String) Constructeur

Définition

Initialise une nouvelle instance de HDInsightIdentityProfile.

public HDInsightIdentityProfile (Azure.Core.ResourceIdentifier msiResourceId, string msiClientId, string msiObjectId);
new Azure.ResourceManager.HDInsight.Containers.Models.HDInsightIdentityProfile : Azure.Core.ResourceIdentifier * string * string -> Azure.ResourceManager.HDInsight.Containers.Models.HDInsightIdentityProfile
Public Sub New (msiResourceId As ResourceIdentifier, msiClientId As String, msiObjectId As String)

Paramètres

msiResourceId
ResourceIdentifier

ResourceId du MSI.

msiClientId
String

ClientId du MSI.

msiObjectId
String

ObjectId du MSI.

Exceptions

msiResourceId, msiClientId ou msiObjectId a la valeur Null.

S’applique à