次の方法で共有


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

適用対象