AppServicePlanRestriction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
App Service plans this offer is restricted to. Serialized Name: AppServicePlanRestrictions
public enum AppServicePlanRestriction
type AppServicePlanRestriction =
Public Enum AppServicePlanRestriction
- Inheritance
-
AppServicePlanRestriction
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | None Serialized Name: AppServicePlanRestrictions.None |
| Free | 1 | Free Serialized Name: AppServicePlanRestrictions.Free |
| Shared | 2 | Shared Serialized Name: AppServicePlanRestrictions.Shared |
| Basic | 3 | Basic Serialized Name: AppServicePlanRestrictions.Basic |
| Standard | 4 | Standard Serialized Name: AppServicePlanRestrictions.Standard |
| Premium | 5 | Premium Serialized Name: AppServicePlanRestrictions.Premium |