UNPKG

@azure/arm-compute

Version:
11 lines 464 B
import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { Operation, OperationsListOptionalParams } from "../models/index.js"; /** Interface representing a Operations. */ export interface Operations { /** * List the operations for the provider * @param options The options parameters. */ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>; } //# sourceMappingURL=operations.d.ts.map