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 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. |
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
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?: {[propertyName: string]: DeploymentParameter}
Property Value
{[propertyName: string]: DeploymentParameter}
templateLink
The URI of the template.
templateLink?: DeploymentStacksTemplateLink
Property Value
validatedResources
The array of resources that were validated.
validatedResources?: ResourceReference[]