DeploymentStackValidateResult interface

The Deployment stack validation result.

Properties

error

The error detail.

id

String Id used to locate any resource on Azure.

name

Name of this resource.

properties

The validation result details.

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

Type of this resource.

Property Details

error

The error detail.

error?: ErrorDetail

Property Value

id

String Id used to locate any resource on Azure.

id?: string

Property Value

string

name

Name of this resource.

name?: string

Property Value

string

properties

The validation result details.

properties?: DeploymentStackValidateProperties

Property Value

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

type

Type of this resource.

type?: string

Property Value

string