ValidateRequest Class

Resource validation request content.

Constructor

ValidateRequest(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

Resource name to verify. Required.

type

Resource type used for verification. Required. Known values are: "ServerFarm", "Site", and "Microsoft.Web/hostingEnvironments".

location
str

Expected location of the resource. Required.

properties

Properties of the resource to validate. Required.

Attributes

location

Expected location of the resource. Required.

location: str

name

Resource name to verify. Required.

name: str

properties

Properties of the resource to validate. Required.

properties: _models.ValidateProperties

type

"ServerFarm", "Site", and "Microsoft.Web/hostingEnvironments".

type: str | _models.ValidateResourceTypes