DeploymentValidateResult interface
Information from validate template deployment response.
Properties
| error | The deployment validation error. |
| id | The ID of the deployment. |
| name | The name of the deployment. |
| properties | The template deployment properties. |
| type | The type of the deployment. |
Property Details
error
id
The ID of the deployment.
id?: string
Property Value
string
name
The name of the deployment.
name?: string
Property Value
string
properties
The template deployment properties.
properties?: DeploymentPropertiesExtended
Property Value
type
The type of the deployment.
type?: string
Property Value
string