PrivateCloudIdentity.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於私人雲端的身分識別類型。 類型 'SystemAssigned' 是指隱含建立的身分識別。 類型 'None' 會從私人雲端移除任何身分識別。 可能的值包括:'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