次の方法で共有


HDInsightIdentityProfile(ResourceIdentifier, String, String) コンストラクター

定義

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)

パラメーター

msiResourceId
ResourceIdentifier

MSI の ResourceId。

msiClientId
String

MSI の ClientId。

msiObjectId
String

MSI の ObjectId。

例外

msiResourceIdmsiClientId、または msiObjectId が null です。

適用対象