ResourceStatus interface
Current status for a targeted resource in a scheduled action occurrence.
Properties
| error | Error details when the operation fails for the resource. |
| resource |
The Azure resource ID of the targeted resource. |
| status | The result of the operation for the resource. |
Property Details
error
Error details when the operation fails for the resource.
error?: ErrorModel
Property Value
resourceId
The Azure resource ID of the targeted resource.
resourceId: string
Property Value
string
status
The result of the operation for the resource.
status: string
Property Value
string