次の方法で共有


SystemAssignedServiceIdentity クラス

定義

マネージド サービス ID (システム割り当て済み、またはなし)

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

コンストラクター

SystemAssignedServiceIdentity()

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

SystemAssignedServiceIdentity(String, Nullable<Guid>, Nullable<Guid>)

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

プロパティ

PrincipalId

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

TenantId

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

Type

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

メソッド

Validate()

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

適用対象