AsyncOperationStatus interface

Azure async operation status.

Properties

endTime

The date time that the async operation finished. NOTE: This property will not be serialized. It can only be populated by the server.

errorInfo

If the async operation fails, this structure contains the error details. NOTE: This property will not be serialized. It can only be populated by the server.

id

Async operation id. NOTE: This property will not be serialized. It can only be populated by the server.

name

Async operation name. NOTE: This property will not be serialized. It can only be populated by the server.

percentComplete

Async operation progress. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

Read Only: The provisioning state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed. NOTE: This property will not be serialized. It can only be populated by the server.

startTime

The date time that the async operation started. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

endTime

The date time that the async operation finished. NOTE: This property will not be serialized. It can only be populated by the server.

endTime?: Date

Property Value

Date

errorInfo

If the async operation fails, this structure contains the error details. NOTE: This property will not be serialized. It can only be populated by the server.

errorInfo?: AsyncOperationErrorInfo

Property Value

id

Async operation id. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

name

Async operation name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

percentComplete

Async operation progress. NOTE: This property will not be serialized. It can only be populated by the server.

percentComplete?: number

Property Value

number

provisioningState

Read Only: The provisioning state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

startTime

The date time that the async operation started. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: Date

Property Value

Date