DeploymentPropertiesExtended interface
Deployment properties with additional details.
Properties
| correlation |
The correlation ID of the deployment. |
| debug |
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. |
| on |
The deployment on error behavior. |
| output |
Array of provisioned resources. |
| outputs | Key/value pairs that represent deployment output. |
| parameters | Deployment parameters. |
| parameters |
The URI referencing the parameters. |
| providers | The list of resource providers needed for the deployment. |
| provisioning |
Denotes the state of provisioning. |
| template |
The hash produced for the template. |
| template |
The URI referencing the template. |
| timestamp | The timestamp of the template deployment. |
| validated |
Array of validated resources. |
| validation |
The validation level of the deployment |
Property Details
correlationId
The correlation ID of the deployment.
correlationId?: string
Property Value
string
debugSetting
dependencies
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
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
parametersLink
providers
The list of resource providers needed for the deployment.
providers?: Provider[]
Property Value
Provider[]
provisioningState
Denotes the state of provisioning.
provisioningState?: string
Property Value
string
templateHash
The hash produced for the template.
templateHash?: string
Property Value
string
templateLink
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