Package version:

Long running operation resource for person directory.

interface OperationResultOutput {
    createdTime: string;
    finishedTime?: string;
    lastActionTime?: string;
    message?: string;
    operationId: string;
    status: string;
}

Properties

createdTime: string

Date and time the operation was created.

finishedTime?: string

Date and time the operation was finished.

lastActionTime?: string

Date and time the operation was last updated.

message?: string

Message for the operation.

operationId: string

Operation ID of the operation.

status: string

Current status of the operation.