共用方式為


PremierAddOnOffer.WebHostingPlanRestrictions 屬性

定義

取得或設定此供應專案的 App Service 方案。 可能的值包括:'None'、'Free'、'Shared'、'Basic'、'Standard'、'Premium'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於