ApiManagementServiceIdentity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
- userAssignedIdentities
- IDictionary<String,UserIdentityProperties>
リソースに関連付けられているユーザー ID の一覧。 ユーザー ID ディクショナリ キー参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。
適用対象
Azure SDK for .NET