다음을 통해 공유


ResourceIdentityType 열거형

정의

ResourceIdentityType에 대한 값을 정의합니다.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ResourceIdentityType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ResourceIdentityType = 
Public Enum ResourceIdentityType
상속
ResourceIdentityType
특성
Newtonsoft.Json.JsonConverterAttribute

필드

None 2

Batch 계정에는 연결된 ID가 없습니다. 업데이트 계정에서 를 설정 None 하면 기존 ID가 제거됩니다.

SystemAssigned 0

Batch 계정에는 시스템 할당 ID가 있습니다.

UserAssigned 1

Batch 계정에는 사용자 할당 ID가 있습니다.

적용 대상