DeploymentStackValidateProperties interface
The Deployment stack validation result details.
Properties
| action |
Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted. |
| correlation |
The correlation id of the Deployment stack validate operation. It is in GUID format and is used for tracing. |
| deny |
The Deployment stack deny settings. |
| deployment |
The deployment extensions. |
| deployment |
The Deployment stack deployment scope. |
| description | The Deployment stack validation description. |
| parameters | Deployment parameters. |
| template |
The URI of the template. |
| validated |
The array of resources that were validated. |
| validation |
The validation level of the deployment stack |
Property Details
actionOnUnmanage
Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
actionOnUnmanage?: ActionOnUnmanage
Property Value
correlationId
The correlation id of the Deployment stack validate operation. It is in GUID format and is used for tracing.
correlationId?: string
Property Value
string
denySettings
deploymentExtensions
The deployment extensions.
deploymentExtensions?: DeploymentExtension[]
Property Value
deploymentScope
The Deployment stack deployment scope.
deploymentScope?: string
Property Value
string
description
The Deployment stack validation description.
description?: string
Property Value
string
parameters
Deployment parameters.
parameters?: Record<string, DeploymentParameter>
Property Value
Record<string, DeploymentParameter>
templateLink
The URI of the template.
templateLink?: DeploymentStacksTemplateLink
Property Value
validatedResources
The array of resources that were validated.
validatedResources?: ResourceReference[]
Property Value
validationLevel
The validation level of the deployment stack
validationLevel?: string
Property Value
string