次の方法で共有


ManagedServiceIdentity クラス

定義

マネージド ID ジェネリック オブジェクト。

public class ManagedServiceIdentity
type ManagedServiceIdentity = class
Public Class ManagedServiceIdentity
継承
ManagedServiceIdentity

コンストラクター

ManagedServiceIdentity()

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

ManagedServiceIdentity(String, String, String, IDictionary<String,UserAssignedIdentity>)

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

プロパティ

PrincipalId

この ID に関連付けられている Azure Active Directory プリンシパル ID を取得または設定します。

TenantId

Azure Active Directory の ID を取得または設定します。

Type

マネージド ID の種類を取得または設定します。 使用できる値は、'None'、'SystemAssigned'、'UserAssigned' です。

UserAssignedIdentities

リソースに関連付けられているユーザー割り当てマネージド ID の一覧を取得または設定します。 キーは、マネージド ID の Azure リソース ID です。

メソッド

Validate()

オブジェクトを検証します。

適用対象