共用方式為


SkuDescription.Capabilities 屬性

定義

取得或設定 SKU 的功能,例如是否啟用流量管理員?

[Newtonsoft.Json.JsonProperty(PropertyName="capabilities")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.CapabilityInner> Capabilities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="capabilities")>]
member this.Capabilities : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.CapabilityInner> with get, set
Public Property Capabilities As IList(Of CapabilityInner)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於