Compartir a través de


AppServicePlanRestrictions type

Define los valores de AppServicePlanRestrictions.

type AppServicePlanRestrictions =
  | "None"
  | "Free"
  | "Shared"
  | "Basic"
  | "Standard"
  | "Premium"