Package version:

Interface GetDataFactoryOperationStatusResponse

Response body structure for get data factory operation status.

interface GetDataFactoryOperationStatusResponse {
    status?: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

Properties

status?: string

Status of the operation.