DeploymentPropertiesExtended interface
Deployment properties with additional details.
Properties
correlation |
The correlation ID of the deployment. NOTE: This property will not be serialized. It can only be populated by the server. |
debug |
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. |
on |
The deployment on error behavior. NOTE: This property will not be serialized. It can only be populated by the server. |
output |
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. |
parameters |
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. |
provisioning |
The state of the provisioning. NOTE: This property will not be serialized. It can only be populated by the server. |
template |
The hash produced for the template. NOTE: This property will not be serialized. It can only be populated by the server. |
template |
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. |
validated |
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>
parametersLink
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
Provider[]
provisioningState
The state of the 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
templateLink
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[]