UNPKG

@azure/arm-compute

Version:
32 lines 1.32 kB
import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { ResourceSkus } from "../operationsInterfaces/index.js"; import type { ComputeManagementClient } from "../computeManagementClient.js"; import type { ResourceSku, ResourceSkusListOptionalParams } from "../models/index.js"; /** Class containing ResourceSkus operations. */ export declare class ResourceSkusImpl implements ResourceSkus { private readonly client; /** * Initialize a new instance of the class ResourceSkus class. * @param client Reference to the service client */ constructor(client: ComputeManagementClient); /** * Gets the list of Microsoft.Compute SKUs available for your Subscription. * @param options The options parameters. */ list(options?: ResourceSkusListOptionalParams): PagedAsyncIterableIterator<ResourceSku>; private listPagingPage; private listPagingAll; /** * Gets the list of Microsoft.Compute SKUs available for your Subscription. * @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=resourceSkus.d.ts.map