다음을 통해 공유


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

적용 대상