英語で読む

次の方法で共有


IdentityUpdate コンストラクター

定義

オーバーロード

IdentityUpdate()

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

IdentityUpdate(String, String, String, String, IDictionary<String,String>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>)

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

IdentityUpdate()

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

public IdentityUpdate ();

適用対象

IdentityUpdate(String, String, String, String, IDictionary<String,String>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>)

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

public IdentityUpdate (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Guid? tenantId = default, Guid? principalId = default, Guid? clientId = default);

パラメーター

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: Microsoft.Compute/virtualMachines または Microsoft.Storage/storageAccounts。

location
String

リソースが保存されている地理的な場所

tags
IDictionary<String,String>

リソース タグ

tenantId
Nullable<Guid>

ID が属するテナントの ID。

principalId
Nullable<Guid>

作成された ID に関連付けられているサービス プリンシパル オブジェクトの ID。

clientId
Nullable<Guid>

ID に関連付けられているアプリの ID。 これは、MSI によってランダムに生成された UUID です。

適用対象