DeploymentPreflightResource interface
Deployment preflight resource.
Properties
| api |
Gets or sets the Api version. |
| location | Gets or sets the location of the resource. |
| name | Gets or sets the resource name. |
| properties | Gets or sets the properties of the resource. |
| type | Gets or sets the resource type. |
Property Details
apiVersion
Gets or sets the Api version.
apiVersion?: string
Property Value
string
location
Gets or sets the location of the resource.
location?: string
Property Value
string
name
Gets or sets the resource name.
name?: string
Property Value
string
properties
Gets or sets the properties of the resource.
properties?: any
Property Value
any
type
Gets or sets the resource type.
type?: string
Property Value
string