共用方式為


ManagedServiceIdentity.Type 屬性

定義

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

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於