共用方式為


PoolIdentityType 列舉

定義

定義 PoolIdentityType 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PoolIdentityType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PoolIdentityType = 
Public Enum PoolIdentityType
繼承
PoolIdentityType
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

None 1

Batch 集區沒有與其相關聯的身分識別。 更新集區中的設定 None 將會移除現有的身分識別。

UserAssigned 0

Batch 集區具有使用者指派的身分識別。

適用於