次の方法で共有


ManagedIdentity コンストラクター

定義

オーバーロード

ManagedIdentity()

ManagedIdentity クラスの新しいインスタンスを初期化します。

ManagedIdentity(String, Nullable<Guid>, Nullable<ResourceIdentityType>)

ManagedIdentity クラスの新しいインスタンスを初期化します。

ManagedIdentity()

ManagedIdentity クラスの新しいインスタンスを初期化します。

public ManagedIdentity();
Public Sub New ()

適用対象

ManagedIdentity(String, Nullable<Guid>, Nullable<ResourceIdentityType>)

ManagedIdentity クラスの新しいインスタンスを初期化します。

public ManagedIdentity(string principalId = default, Guid? tenantId = default, Microsoft.Azure.Management.Synapse.Models.ResourceIdentityType? type = default);
new Microsoft.Azure.Management.Synapse.Models.ManagedIdentity : string * Nullable<Guid> * Nullable<Microsoft.Azure.Management.Synapse.Models.ResourceIdentityType> -> Microsoft.Azure.Management.Synapse.Models.ManagedIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional type As Nullable(Of ResourceIdentityType) = Nothing)

パラメーター

principalId
String

ワークスペースマネージド ID のプリンシパル ID

tenantId
Nullable<Guid>

ワークスペースマネージド ID のテナント ID

type
Nullable<ResourceIdentityType>

ワークスペースのマネージド ID の種類。 使用可能な値には、'None'、'SystemAssigned' などがあります。

適用対象