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.

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.

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

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}

The URI of the template.

templateLink?: DeploymentStacksTemplateLink

Property Value

validatedResources

The array of resources that were validated.

validatedResources?: ResourceReference[]

Property Value