RemediationDeployment interface
Details of a single deployment created by the remediation.
Properties
created |
The time at which the remediation was created. NOTE: This property will not be serialized. It can only be populated by the server. |
deployment |
Resource ID of the template deployment that will remediate the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
error | Error encountered while remediated the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The time at which the remediation deployment was last updated. NOTE: This property will not be serialized. It can only be populated by the server. |
remediated |
Resource ID of the resource that is being remediated by the deployment. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Location of the resource that is being remediated. NOTE: This property will not be serialized. It can only be populated by the server. |
status | Status of the remediation deployment. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
createdOn
The time at which the remediation was created. NOTE: This property will not be serialized. It can only be populated by the server.
createdOn?: Date
Property Value
Date
deploymentId
Resource ID of the template deployment that will remediate the resource. NOTE: This property will not be serialized. It can only be populated by the server.
deploymentId?: string
Property Value
string
error
Error encountered while remediated the resource. NOTE: This property will not be serialized. It can only be populated by the server.
error?: ErrorDefinition
Property Value
lastUpdatedOn
The time at which the remediation deployment was last updated. NOTE: This property will not be serialized. It can only be populated by the server.
lastUpdatedOn?: Date
Property Value
Date
remediatedResourceId
Resource ID of the resource that is being remediated by the deployment. NOTE: This property will not be serialized. It can only be populated by the server.
remediatedResourceId?: string
Property Value
string
resourceLocation
Location of the resource that is being remediated. NOTE: This property will not be serialized. It can only be populated by the server.
resourceLocation?: string
Property Value
string
status
Status of the remediation deployment. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string