ResourceOperation interface

High level response from an operation on a resource

Properties

errorCode

Resource level error code if it exists

errorDetails

Resource level error details if they exist

operation

Details of the operation performed on a resource

resourceId

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