Identity.Type 屬性

定義

取得或設定識別類型。 可能的值包括:'SystemAssigned'、'UserAssigned'、'SystemAssigned、UserAssigned'、'None'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於