次の方法で共有


CloudPool.Identity プロパティ

定義

構成されている場合は、Batch プールの ID を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="identity")]
public Microsoft.Azure.Batch.Protocol.Models.BatchPoolIdentity Identity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="identity")>]
member this.Identity : Microsoft.Azure.Batch.Protocol.Models.BatchPoolIdentity with get, set
Public Property Identity As BatchPoolIdentity

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

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

適用対象