DeploymentStackValidateProperties interface

The Deployment stack validation result details.

Properties

actionOnUnmanage

Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.

correlationId

The correlation id of the Deployment stack validate operation. It is in GUID format and is used for tracing.

denySettings

The Deployment stack deny settings.

deploymentExtensions

The deployment extensions.

deploymentScope

The Deployment stack deployment scope.

description

The Deployment stack validation description.

parameters

Deployment parameters.

templateLink

The URI of the template.

validatedResources

The array of resources that were validated.

validationLevel

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

The Deployment stack deny settings.

denySettings?: DenySettings

Property Value

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>

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