CloudPool.Identity プロパティ

定義

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

public Microsoft.Azure.Batch.BatchPoolIdentity Identity { get; set; }
member this.Identity : Microsoft.Azure.Batch.BatchPoolIdentity with get, set
Public Property Identity As BatchPoolIdentity

プロパティ値

注釈

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

適用対象