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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript