Dela via


DeploymentPropertiesExtended interface

Deployment properties with additional details.

Properties

correlationId

The correlation ID of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.

debugSetting

The debug setting of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.

dependencies

The list of deployment dependencies. NOTE: This property will not be serialized. It can only be populated by the server.

duration

The duration of the template deployment. NOTE: This property will not be serialized. It can only be populated by the server.

error

The deployment error. NOTE: This property will not be serialized. It can only be populated by the server.

mode

The deployment mode. Possible values are Incremental and Complete. NOTE: This property will not be serialized. It can only be populated by the server.

onErrorDeployment

The deployment on error behavior. NOTE: This property will not be serialized. It can only be populated by the server.

outputResources

Array of provisioned resources. NOTE: This property will not be serialized. It can only be populated by the server.

outputs

Key/value pairs that represent deployment output. NOTE: This property will not be serialized. It can only be populated by the server.

parameters

Deployment parameters. NOTE: This property will not be serialized. It can only be populated by the server.

parametersLink

The URI referencing the parameters. NOTE: This property will not be serialized. It can only be populated by the server.

providers

The list of resource providers needed for the deployment. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

Denotes the state of provisioning. NOTE: This property will not be serialized. It can only be populated by the server.

templateHash

The hash produced for the template. NOTE: This property will not be serialized. It can only be populated by the server.

templateLink

The URI referencing the template. NOTE: This property will not be serialized. It can only be populated by the server.

timestamp

The timestamp of the template deployment. NOTE: This property will not be serialized. It can only be populated by the server.

validatedResources

Array of validated resources. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

correlationId

The correlation ID of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.

correlationId?: string

Property Value

string

debugSetting

The debug setting of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.

debugSetting?: DebugSetting

Property Value

dependencies

The list of deployment dependencies. NOTE: This property will not be serialized. It can only be populated by the server.

dependencies?: Dependency[]

Property Value

duration

The duration of the template deployment. NOTE: This property will not be serialized. It can only be populated by the server.

duration?: string

Property Value

string

error

The deployment error. NOTE: This property will not be serialized. It can only be populated by the server.

error?: ErrorResponse

Property Value

mode

The deployment mode. Possible values are Incremental and Complete. NOTE: This property will not be serialized. It can only be populated by the server.

mode?: DeploymentMode

Property Value

onErrorDeployment

The deployment on error behavior. NOTE: This property will not be serialized. It can only be populated by the server.

onErrorDeployment?: OnErrorDeploymentExtended

Property Value

outputResources

Array of provisioned resources. NOTE: This property will not be serialized. It can only be populated by the server.

outputResources?: ResourceReference[]

Property Value

outputs

Key/value pairs that represent deployment output. NOTE: This property will not be serialized. It can only be populated by the server.

outputs?: Record<string, unknown>

Property Value

Record<string, unknown>

parameters

Deployment parameters. NOTE: This property will not be serialized. It can only be populated by the server.

parameters?: Record<string, unknown>

Property Value

Record<string, unknown>

The URI referencing the parameters. NOTE: This property will not be serialized. It can only be populated by the server.

parametersLink?: ParametersLink

Property Value

providers

The list of resource providers needed for the deployment. NOTE: This property will not be serialized. It can only be populated by the server.

providers?: Provider[]

Property Value

provisioningState

Denotes the state of provisioning. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

templateHash

The hash produced for the template. NOTE: This property will not be serialized. It can only be populated by the server.

templateHash?: string

Property Value

string

The URI referencing the template. NOTE: This property will not be serialized. It can only be populated by the server.

templateLink?: TemplateLink

Property Value

timestamp

The timestamp of the template deployment. NOTE: This property will not be serialized. It can only be populated by the server.

timestamp?: Date

Property Value

Date

validatedResources

Array of validated resources. NOTE: This property will not be serialized. It can only be populated by the server.

validatedResources?: ResourceReference[]

Property Value