Share via


RemediationDeployment Class

Definition

Details of a single deployment created by the remediation.

public class RemediationDeployment
type RemediationDeployment = class
Public Class RemediationDeployment
Inheritance
RemediationDeployment

Constructors

RemediationDeployment()

Initializes a new instance of the RemediationDeployment class.

RemediationDeployment(String, String, String, String, ErrorDefinition, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the RemediationDeployment class.

Properties

CreatedOn

Gets the time at which the remediation was created.

DeploymentId

Gets resource ID of the template deployment that will remediate the resource.

Error

Gets error encountered while remediated the resource.

LastUpdatedOn

Gets the time at which the remediation deployment was last updated.

RemediatedResourceId

Gets resource ID of the resource that is being remediated by the deployment.

ResourceLocation

Gets location of the resource that is being remediated.

Status

Gets status of the remediation deployment.

Applies to