次の方法で共有


IdentityProperties クラス

定義

リソースのマネージド ID。

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

コンストラクター

IdentityProperties()

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

IdentityProperties(String, String, Nullable<ResourceIdentityType>, IDictionary<String,UserIdentityProperties>)

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

プロパティ

PrincipalId

リソース ID のプリンシパル ID を取得または設定します。

TenantId

リソースのテナント ID を取得または設定します。

Type

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

UserAssignedIdentities

リソースに関連付けられているユーザー ID の一覧を取得または設定します。 ユーザー ID ディクショナリ キーの参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。

適用対象