Compartir a través de


PremierAddOnOffer.WebHostingPlanRestrictions Propiedad

Definición

Obtiene o establece los planes de App Service a los que está restringida esta oferta. Entre los valores posibles se incluyen: "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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a