Compartir a través de


HDInsightIdentityProfile(ResourceIdentifier, String, String) Constructor

Definición

Inicializa una nueva instancia 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)

Parámetros

msiResourceId
ResourceIdentifier

ResourceId del MSI.

msiClientId
String

ClientId del MSI.

msiObjectId
String

ObjectId del MSI.

Excepciones

msiResourceId, msiClientId o msiObjectId es un valor null.

Se aplica a