Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncOperationStatus

Package version

interface

An interface representing AsyncOperationStatus. Azure async operation status.

Hierarchy

  • AsyncOperationStatus

Index

Properties

Optional endTime

endTime: Date
member

{Date} [endTime] The date time that the async operation finished. NOTE: This property will not be serialized. It can only be populated by the server.

Optional errorInfo

member

{AsyncOperationErrorInfo} [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.

Optional id

id: undefined | string
member

{string} [id] Async operation id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] Async operation name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional percentComplete

percentComplete: undefined | number
member

{number} [percentComplete] Async operation progress. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: ProvisioningState
member

{ProvisioningState} [provisioningState] Read Only: The provisioning state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed. Possible values include: 'Unknown', 'Provisioning', 'Succeeded', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server.

Optional startTime

startTime: Date
member

{Date} [startTime] The date time that the async operation started. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc