OperationResponseOutput interface
Response for long running operation.
Properties
| end |
End time of the long running operation. Represented in the standard date-time format as defined by RFC 3339 |
| error | The purview share error body model. |
| id | Job id of the long running operation |
| start |
Start time of the long running operation. Represented in the standard date-time format as defined by RFC 3339 |
| status | States for long running operations. |
Property Details
endTime
End time of the long running operation. Represented in the standard date-time format as defined by RFC 3339
endTime?: string
Property Value
string
error
The purview share error body model.
error?: PurviewShareErrorInfoOutput
Property Value
id
Job id of the long running operation
id?: string
Property Value
string
startTime
Start time of the long running operation. Represented in the standard date-time format as defined by RFC 3339
startTime?: string
Property Value
string
status
States for long running operations.
status: "Running" | "TransientFailure" | "Succeeded" | "Failed" | "NotStarted"
Property Value
"Running" | "TransientFailure" | "Succeeded" | "Failed" | "NotStarted"