다음을 통해 공유


PrivateCloudIdentity.Type 속성

정의

프라이빗 클라우드에 사용되는 ID 유형을 가져오거나 설정합니다. 'SystemAssigned' 형식은 암시적으로 생성된 ID를 나타냅니다. 'None' 형식은 프라이빗 클라우드에서 모든 ID를 제거합니다. 가능한 값은 'SystemAssigned', 'None'입니다.

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public string Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : string with get, set
Public Property Type As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상