DeploymentPropertiesExtendedResponse

data class DeploymentPropertiesExtendedResponse(val correlationId: String, val debugSetting: DebugSettingResponse, val dependencies: List<DependencyResponse>, val duration: String, val error: ErrorResponseResponse, val mode: String, val onErrorDeployment: OnErrorDeploymentExtendedResponse, val outputResources: List<ResourceReferenceResponse>, val outputs: Any, val parameters: Any, val parametersLink: ParametersLinkResponse, val providers: List<ProviderResponse>, val provisioningState: String, val templateHash: String, val templateLink: TemplateLinkResponse, val timestamp: String, val validatedResources: List<ResourceReferenceResponse>)

Deployment properties with additional details.

Constructors

Link copied to clipboard
constructor(correlationId: String, debugSetting: DebugSettingResponse, dependencies: List<DependencyResponse>, duration: String, error: ErrorResponseResponse, mode: String, onErrorDeployment: OnErrorDeploymentExtendedResponse, outputResources: List<ResourceReferenceResponse>, outputs: Any, parameters: Any, parametersLink: ParametersLinkResponse, providers: List<ProviderResponse>, provisioningState: String, templateHash: String, templateLink: TemplateLinkResponse, timestamp: String, validatedResources: List<ResourceReferenceResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The correlation ID of the deployment.

Link copied to clipboard

The debug setting of the deployment.

Link copied to clipboard

The list of deployment dependencies.

Link copied to clipboard

The duration of the template deployment.

Link copied to clipboard

The deployment error.

Link copied to clipboard

The deployment mode. Possible values are Incremental and Complete.

Link copied to clipboard

The deployment on error behavior.

Link copied to clipboard

Array of provisioned resources.

Link copied to clipboard

Key/value pairs that represent deployment output.

Link copied to clipboard

Deployment parameters.

Link copied to clipboard

The URI referencing the parameters.

Link copied to clipboard

The list of resource providers needed for the deployment.

Link copied to clipboard

Denotes the state of provisioning.

Link copied to clipboard

The hash produced for the template.

Link copied to clipboard

The URI referencing the template.

Link copied to clipboard

The timestamp of the template deployment.

Link copied to clipboard

Array of validated resources.