ValidateRequest interface
Resource validation request content.
Properties
| location | Expected location of the resource. |
| name | Resource name to verify. |
| properties | Properties of the resource to validate. |
| type | Resource type used for verification. |
Property Details
location
Expected location of the resource.
location: string
Property Value
string
name
Resource name to verify.
name: string
Property Value
string
properties
Properties of the resource to validate.
properties: ValidateProperties
Property Value
type
Resource type used for verification.
type: "ServerFarm" | "Site" | "Microsoft.Web/hostingEnvironments"
Property Value
"ServerFarm" | "Site" | "Microsoft.Web/hostingEnvironments"