ManagedServiceIdentity クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リソースの ID。
public class ManagedServiceIdentity
type ManagedServiceIdentity = class
Public Class ManagedServiceIdentity
- 継承
-
ManagedServiceIdentity
コンストラクター
ManagedServiceIdentity() |
ManagedServiceIdentity クラスの新しいインスタンスを初期化します。 |
ManagedServiceIdentity(String, String, Nullable<ResourceIdentityType>, IDictionary<String,ManagedServiceIdentityUserAssignedIdentitiesValue>) |
ManagedServiceIdentity クラスの新しいインスタンスを初期化します。 |
プロパティ
PrincipalId |
システム割り当て ID のプリンシパル ID を取得します。 このプロパティは、システム割り当て ID に対してのみ提供されます。 |
TenantId |
システム割り当て ID のテナント 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 になります。 |
適用対象
Azure SDK for .NET