import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { Operations } from "../operationsInterfaces/index.js"; import { DataFactoryManagementClient } from "../dataFactoryManagementClient.js"; import { Operation, OperationsListOptionalParams } from "../models/index.js"; /** Class containing Operations operations. */ export declare class OperationsImpl implements Operations { private readonly client; /** * Initialize a new instance of the class Operations class. * @param client Reference to the service client */ constructor(client: DataFactoryManagementClient); /** * Lists the available Azure Data Factory API operations. * @param options The options parameters. */ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator; private listPagingPage; private listPagingAll; /** * Lists the available Azure Data Factory API operations. * @param options The options parameters. */ private _list; /** * ListNext * @param nextLink The nextLink from the previous successful call to the List method. * @param options The options parameters. */ private _listNext; } //# sourceMappingURL=operations.d.ts.map