OperationDetailsOutputParent interface

Operation info.

Properties

apiVersion

API version used to create this operation.

createdDateTime

Date and time (UTC) when the operation was created.

error

Encountered error.

kind
lastUpdatedDateTime

Date and time (UTC) when the status was last updated.

operationId

Operation ID

percentCompleted

Operation progress (0-100).

resourceLocation

URL of the resource targeted by this operation.

status

Operation status. notStarted, running, completed, or failed

Possible values: "notStarted", "running", "failed", "succeeded", "completed", "canceled"

tags

List of key-value tag attributes associated with the document model.

Property Details

apiVersion

API version used to create this operation.

apiVersion?: string

Property Value

string

createdDateTime

Date and time (UTC) when the operation was created.

createdDateTime: string

Property Value

string

error

Encountered error.

error?: ErrorModelOutput

Property Value

kind

kind: string

Property Value

string

lastUpdatedDateTime

Date and time (UTC) when the status was last updated.

lastUpdatedDateTime: string

Property Value

string

operationId

Operation ID

operationId: string

Property Value

string

percentCompleted

Operation progress (0-100).

percentCompleted?: number

Property Value

number

resourceLocation

URL of the resource targeted by this operation.

resourceLocation: string

Property Value

string

status

Operation status. notStarted, running, completed, or failed

Possible values: "notStarted", "running", "failed", "succeeded", "completed", "canceled"

status: string

Property Value

string

tags

List of key-value tag attributes associated with the document model.

tags?: Record<string, string>

Property Value

Record<string, string>