@azure/arm-security
Version:
A generated SDK for SecurityCenter.
32 lines • 1.2 kB
TypeScript
import { PagedAsyncIterableIterator } from "@azure/core-paging";
import { Operations } from "../operationsInterfaces";
import { SecurityCenter } from "../securityCenter";
import { Operation, OperationsListOptionalParams } from "../models";
/** 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: SecurityCenter);
/**
* Exposes all available operations for discovery purposes.
* @param options The options parameters.
*/
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
private listPagingPage;
private listPagingAll;
/**
* Exposes all available operations for discovery purposes.
* @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