Package version:

Interface OperationSummary

Operation info.

Hierarchy

  • OperationSummary

Properties

apiVersion?: string

API version used to create this operation.

createdOn: Date

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

kind: string

Type of operation.

lastUpdatedOn: Date

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

operationId: string

Operation ID

percentCompleted?: number

Operation progress (0-100).

resourceLocation: string

URL of the resource targeted by this operation.

Operation status.

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

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

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc