Compartilhar via


HDInsightIdentityProfile(ResourceIdentifier, String, String) Construtor

Definição

Inicializa uma nova instância do 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 do MSI.

msiClientId
String

ClientId do MSI.

msiObjectId
String

ObjectId do MSI.

Exceções

msiResourceId, msiClientId ou msiObjectId é nulo.

Aplica-se a