OperationStatusResult interface

The current status of an async operation.

Properties

error

If present, details of the operation error. NOTE: This property will not be serialized. It can only be populated by the server.

id

Fully qualified ID for the async operation.

name

Name of the async operation.

properties

Additional information, if available.

status

Operation status.

Property Details

error

If present, details of the operation error. NOTE: This property will not be serialized. It can only be populated by the server.

error?: ErrorDetail

Property Value

id

Fully qualified ID for the async operation.

id?: string

Property Value

string

name

Name of the async operation.

name?: string

Property Value

string

properties

Additional information, if available.

properties?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

status

Operation status.

status: string

Property Value

string