OperationResult interface

A long running operation result

Properties

endTime

End time

error

The error for a failure if the operation failed.

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

percentComplete

Percent completion

startTime

Start time

status

The operation status

Property Details

endTime

End time

endTime?: Date

Property Value

Date

error

The error for a failure if the operation failed.

error?: ErrorDetail

Property Value

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

percentComplete

Percent completion

percentComplete?: number

Property Value

number

startTime

Start time

startTime?: Date

Property Value

Date

status

The operation status

status: OperationStatus

Property Value