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. |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | Type of this resource. |
Property Details
error
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