OperationDetailsOutputParent interface
Operation info.
Properties
api |
API version used to create this operation. |
created |
Date and time (UTC) when the operation was created. |
error | Encountered error. |
kind | |
last |
Date and time (UTC) when the status was last updated. |
operation |
Operation ID |
percent |
Operation progress (0-100). |
resource |
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
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>
Azure SDK for JavaScript