ValidateRequest interface
Resource validation request content.
Properties
| app |
App Service Environment Properties |
| capacity | Target capacity of the App Service plan (number of VMs). |
| container |
Platform (windows or linux) |
| container |
Repository name (image name) |
| container |
Image tag |
| container |
Base URL of the container registry |
| container |
Password for to access the container registry |
| container |
Username for to access the container registry |
| hosting |
Name of App Service Environment where app or App Service plan should be created. |
| is |
|
| is |
|
| location | Expected location of the resource. |
| name | Resource name to verify. |
| need |
|
| server |
ARM resource ID of an App Service plan that would host the app. |
| sku |
Name of the target SKU for the App Service plan. |
| type | Resource type used for verification. |
Property Details
appServiceEnvironment
App Service Environment Properties
appServiceEnvironment?: AppServiceEnvironment
Property Value
capacity
Target capacity of the App Service plan (number of VMs).
capacity?: number
Property Value
number
containerImagePlatform
Platform (windows or linux)
containerImagePlatform?: string
Property Value
string
containerImageRepository
Repository name (image name)
containerImageRepository?: string
Property Value
string
containerImageTag
Image tag
containerImageTag?: string
Property Value
string
containerRegistryBaseUrl
Base URL of the container registry
containerRegistryBaseUrl?: string
Property Value
string
containerRegistryPassword
Password for to access the container registry
containerRegistryPassword?: string
Property Value
string
containerRegistryUsername
Username for to access the container registry
containerRegistryUsername?: string
Property Value
string
hostingEnvironment
Name of App Service Environment where app or App Service plan should be created.
hostingEnvironment?: string
Property Value
string
isSpot
true if App Service plan is for Spot instances; otherwise, false.
isSpot?: boolean
Property Value
boolean
isXenon
true if App Service plan is running as a windows container
isXenon?: boolean
Property Value
boolean
location
Expected location of the resource.
location: string
Property Value
string
name
Resource name to verify.
name: string
Property Value
string
needLinuxWorkers
true if App Service plan is for Linux workers; otherwise, false.
needLinuxWorkers?: boolean
Property Value
boolean
serverFarmId
ARM resource ID of an App Service plan that would host the app.
serverFarmId?: string
Property Value
string
skuName
Name of the target SKU for the App Service plan.
skuName?: string
Property Value
string
type
Resource type used for verification.
type: string
Property Value
string