次の方法で共有


ManagedServiceIdentity クラス

定義

マネージド サービス ID (システム割り当て ID またはユーザー割り当て ID)

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

コンストラクター

ManagedServiceIdentity()

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

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

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

プロパティ

PrincipalId

システム割り当て ID のサービス プリンシパル ID を取得します。 このプロパティは、システム割り当て ID に対してのみ提供されます。

TenantId

システム割り当て ID のテナント ID を取得します。 このプロパティは、システム割り当て ID に対してのみ提供されます。

Type

使用可能な値を取得または設定します。 'None'、'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'

UserAssignedIdentities

マネージド サービス ID (システム割り当て ID またはユーザー割り当て ID)

メソッド

Validate()

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

適用対象