BatchAccountIdentity.Type 속성

정의

Batch 계정에 사용되는 ID 유형을 가져오거나 설정합니다. 가능한 값으로는 'SystemAssigned', 'UserAssigned', 'None' 등이 있습니다.

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.Batch.Models.ResourceIdentityType Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Microsoft.Azure.Management.Batch.Models.ResourceIdentityType with get, set
Public Property Type As ResourceIdentityType

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상