ApiManagementServiceIdentity クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Api Management サービス リソースの ID プロパティ。
public class ApiManagementServiceIdentity
type ApiManagementServiceIdentity = class
Public Class ApiManagementServiceIdentity
- 継承
-
ApiManagementServiceIdentity
コンストラクター
ApiManagementServiceIdentity() |
ApiManagementServiceIdentity クラスの新しいインスタンスを初期化します。 |
ApiManagementServiceIdentity(String, Nullable<Guid>, Nullable<Guid>, IDictionary<String,UserIdentityProperties>) |
ApiManagementServiceIdentity クラスの新しいインスタンスを初期化します。 |
プロパティ
PrincipalId |
ID のプリンシパル ID を取得します。 |
TenantId |
ID のクライアント テナント ID を取得します。 |
Type |
リソースに使用される ID の種類を取得または設定します。 種類 "SystemAssigned、UserAssigned" には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' は、サービスから ID を削除します。 使用可能な値は、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'、'None' です。 |
UserAssignedIdentities |
リソースに関連付けられているユーザー ID の一覧を取得または設定します。 ユーザー ID ディクショナリ キーの参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。 |
メソッド
Validate() |
オブジェクトを検証します。 |
適用対象
Azure SDK for .NET