次の方法で共有


ApiManagementServiceIdentity コンストラクター

定義

オーバーロード

ApiManagementServiceIdentity()

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

ApiManagementServiceIdentity(String, Nullable<Guid>, Nullable<Guid>, IDictionary<String,UserIdentityProperties>)

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

ApiManagementServiceIdentity()

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

public ApiManagementServiceIdentity();
Public Sub New ()

適用対象

ApiManagementServiceIdentity(String, Nullable<Guid>, Nullable<Guid>, IDictionary<String,UserIdentityProperties>)

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

public ApiManagementServiceIdentity(string type, Guid? principalId = default, Guid? tenantId = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ApiManagement.Models.UserIdentityProperties> userAssignedIdentities = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceIdentity : string * Nullable<Guid> * Nullable<Guid> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ApiManagement.Models.UserIdentityProperties> -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceIdentity
Public Sub New (type As String, Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional userAssignedIdentities As IDictionary(Of String, UserIdentityProperties) = Nothing)

パラメーター

type
String

リソースに使用される ID の種類。 種類 "SystemAssigned、UserAssigned" には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' は、サービスからすべての ID を削除します。 使用できる値は、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'、'None' です。

principalId
Nullable<Guid>

ID のプリンシパル ID。

tenantId
Nullable<Guid>

ID のクライアント テナント ID。

userAssignedIdentities
IDictionary<String,UserIdentityProperties>

リソースに関連付けられているユーザー ID の一覧。 ユーザー ID ディクショナリ キー参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。

適用対象