ResourceOperation interface
High level response from an operation on a resource
Properties
error |
Resource level error code if it exists |
error |
Resource level error details if they exist |
operation | Details of the operation performed on a resource |
resource |
Unique identifier for the resource involved in the operation, eg ArmId |
Property Details
errorCode
Resource level error code if it exists
errorCode?: string
Property Value
string
errorDetails
Resource level error details if they exist
errorDetails?: string
Property Value
string
operation
Details of the operation performed on a resource
operation?: ResourceOperationDetails
Property Value
resourceId
Unique identifier for the resource involved in the operation, eg ArmId
resourceId?: string
Property Value
string