DeploymentPropertiesExtended interface

Deployment properties with additional details.

Properties

correlationId

The correlation ID of the deployment.

debugSetting

The debug setting of the deployment.

dependencies

The list of deployment dependencies.

diagnostics

Contains diagnostic information collected during validation process.

duration

The duration of the template deployment.

error

The deployment error.

extensions

The extensions used in this deployment.

mode

The deployment mode. Possible values are Incremental and Complete.

onErrorDeployment

The deployment on error behavior.

outputResources

Array of provisioned resources.

outputs

Key/value pairs that represent deployment output.

parameters

Deployment parameters.

parametersLink

The URI referencing the parameters.

providers

The list of resource providers needed for the deployment.

provisioningState

Denotes the state of provisioning.

templateHash

The hash produced for the template.

templateLink

The URI referencing the template.

timestamp

The timestamp of the template deployment.

validatedResources

Array of validated resources.

validationLevel

The validation level of the deployment

Property Details

correlationId

The correlation ID of the deployment.

correlationId?: string

Property Value

string

debugSetting

The debug setting of the deployment.

debugSetting?: DebugSetting

Property Value

dependencies

The list of deployment dependencies.

dependencies?: Dependency[]

Property Value

diagnostics

Contains diagnostic information collected during validation process.

diagnostics?: DeploymentDiagnosticsDefinition[]

Property Value

duration

The duration of the template deployment.

duration?: string

Property Value

string

error

The deployment error.

error?: ErrorResponse

Property Value

extensions

The extensions used in this deployment.

extensions?: DeploymentExtensionDefinition[]

Property Value

mode

The deployment mode. Possible values are Incremental and Complete.

mode?: DeploymentMode

Property Value

onErrorDeployment

The deployment on error behavior.

onErrorDeployment?: OnErrorDeploymentExtended

Property Value

outputResources

Array of provisioned resources.

outputResources?: ResourceReference[]

Property Value

outputs

Key/value pairs that represent deployment output.

outputs?: any

Property Value

any

parameters

Deployment parameters.

parameters?: any

Property Value

any

The URI referencing the parameters.

parametersLink?: ParametersLink

Property Value

providers

The list of resource providers needed for the deployment.

providers?: Provider[]

Property Value

provisioningState

Denotes the state of provisioning.

provisioningState?: string

Property Value

string

templateHash

The hash produced for the template.

templateHash?: string

Property Value

string

The URI referencing the template.

templateLink?: TemplateLink

Property Value

timestamp

The timestamp of the template deployment.

timestamp?: Date

Property Value

Date

validatedResources

Array of validated resources.

validatedResources?: ResourceReference[]

Property Value

validationLevel

The validation level of the deployment

validationLevel?: string

Property Value

string