OperationStatus interface

Defines the operation status.

Properties

endTime

Gets or sets the end time.

id

Gets or sets the Id.

name

Gets or sets the operation name.

startTime

Gets or sets the start time.

status

Gets or sets the status of the operation. ARM expects the terminal status to be one of Succeeded/ Failed/ Canceled. All other values imply that the operation is still running.

Property Details

endTime

Gets or sets the end time.

endTime?: string

Property Value

string

id

Gets or sets the Id.

id?: string

Property Value

string

name

Gets or sets the operation name.

name?: string

Property Value

string

startTime

Gets or sets the start time.

startTime?: string

Property Value

string

status

Gets or sets the status of the operation. ARM expects the terminal status to be one of Succeeded/ Failed/ Canceled. All other values imply that the operation is still running.

status?: string

Property Value

string