Files
powerpoint-toolbox/node_modules/@azure/arm-subscriptions/dist-esm/src/operationsInterfaces/operations.d.ts
T
2025-03-07 19:22:02 +01:00

11 lines
474 B
TypeScript

import { PagedAsyncIterableIterator } from "@azure/core-paging";
import { Operation, OperationsListOptionalParams } from "../models";
/** Interface representing a Operations. */
export interface Operations {
/**
* Lists all of the available Microsoft.Subscription API operations.
* @param options The options parameters.
*/
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
}
//# sourceMappingURL=operations.d.ts.map