BatchPoolIdentity.Type プロパティ

定義

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

public Microsoft.Azure.Batch.Common.PoolIdentityType Type { get; set; }
member this.Type : Microsoft.Azure.Batch.Common.PoolIdentityType with get, set
Public Property Type As PoolIdentityType

プロパティ値

注釈

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

適用対象