Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValidateRequest

Package version

Resource validation request content.

Hierarchy

  • ValidateRequest

Index

Properties

Optional capacity

capacity: undefined | number

Target capacity of the App Service plan (number of VMs).

Optional hostingEnvironment

hostingEnvironment: undefined | string

Name of App Service Environment where app or App Service plan should be created.

Optional isSpot

isSpot: undefined | false | true

true if App Service plan is for Spot instances; otherwise, false.

Optional isXenon

isXenon: undefined | false | true

true if App Service plan is running as a windows container

location

location: string

Expected location of the resource.

name

name: string

Resource name to verify.

Optional needLinuxWorkers

needLinuxWorkers: undefined | false | true

true if App Service plan is for Linux workers; otherwise, false.

Optional serverFarmId

serverFarmId: undefined | string

ARM resource ID of an App Service plan that would host the app.

Optional skuName

skuName: undefined | string

Name of the target SKU for the App Service plan.

type

Resource type used for verification. Possible values include: 'ServerFarm', 'Site'

Generated using TypeDoc