次の方法で共有


ManagedServiceIdentity クラス

定義

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

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

コンストラクター

ManagedServiceIdentity()

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

ManagedServiceIdentity(String, IDictionary<String,UserAssignedIdentity>)

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

プロパティ

Type

マネージド ID の種類を取得または設定します。 使用可能な値は次のとおりです: 'UserAssigned'

UserAssignedIdentities

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

適用対象