DocumentModelCopyToOperationDetails interface

Get Operation response object.

Extends

Properties

kind

Polymorphic discriminator, which specifies the different types this object can be

result

Operation result upon success.

Inherited Properties

apiVersion

API version used to create this operation.

createdOn

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

error

Encountered error.

lastUpdatedOn

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.

tags

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

Property Details

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "documentModelCopyTo"

Property Value

"documentModelCopyTo"

result

Operation result upon success.

result?: DocumentModelDetails

Property Value

Inherited Property Details

apiVersion

API version used to create this operation.

apiVersion?: string

Property Value

string

Inherited From OperationDetails.apiVersion

createdOn

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

createdOn: Date

Property Value

Date

Inherited From OperationDetails.createdOn

error

Encountered error.

error?: ErrorModel

Property Value

Inherited From OperationDetails.error

lastUpdatedOn

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

lastUpdatedOn: Date

Property Value

Date

Inherited From OperationDetails.lastUpdatedOn

operationId

Operation ID

operationId: string

Property Value

string

Inherited From OperationDetails.operationId

percentCompleted

Operation progress (0-100).

percentCompleted?: number

Property Value

number

Inherited From OperationDetails.percentCompleted

resourceLocation

URL of the resource targeted by this operation.

resourceLocation: string

Property Value

string

Inherited From OperationDetails.resourceLocation

status

Operation status.

status: OperationStatus

Property Value

Inherited From OperationDetails.status

tags

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

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From OperationDetails.tags