Package version:

Interface OperationListResponse

A list of operations that can be performed by the Data Factory service.

interface OperationListResponse {
    nextLink?: string;
    value?: Operation[];
}

Properties

Properties

nextLink?: string

The link to the next page of results, if any remaining results exist.

value?: Operation[]

List of Data Factory operations supported by the Data Factory resource provider.