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, for example Azure resource ID

virtualMachineInfo

Information about the virtual machine

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, for example Azure resource ID

resourceId?: string

Property Value

string

virtualMachineInfo

Information about the virtual machine

virtualMachineInfo?: VirtualMachineInfo

Property Value