Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemediationDeployment

Package version

Details of a single deployment created by the remediation.

Hierarchy

  • RemediationDeployment

Index

Properties

Optional createdOn

createdOn: Date

The time at which the remediation was created. NOTE: This property will not be serialized. It can only be populated by the server.

Optional deploymentId

deploymentId: undefined | string

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.

Optional error

Error encountered while remediated the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastUpdatedOn

lastUpdatedOn: Date

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.

Optional remediatedResourceId

remediatedResourceId: undefined | string

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.

Optional resourceLocation

resourceLocation: undefined | string

Location of the resource that is being remediated. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: undefined | string

Status of the remediation deployment. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc