AppServicePlanRestrictions Enum

Definition

Defines values for AppServicePlanRestrictions.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AppServicePlanRestrictions
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AppServicePlanRestrictions = 
Public Enum AppServicePlanRestrictions
Inheritance
AppServicePlanRestrictions
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Name Value Description
None 0
Free 1
Shared 2
Basic 3
Standard 4
Premium 5

Applies to