import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { Skus } from "../operationsInterfaces"; import { DevCenterClient } from "../devCenterClient"; import { DevCenterSku, SkusListBySubscriptionOptionalParams } from "../models"; /** Class containing Skus operations. */ export declare class SkusImpl implements Skus { private readonly client; /** * Initialize a new instance of the class Skus class. * @param client Reference to the service client */ constructor(client: DevCenterClient); /** * Lists the Microsoft.DevCenter SKUs available in a subscription * @param options The options parameters. */ listBySubscription(options?: SkusListBySubscriptionOptionalParams): PagedAsyncIterableIterator; private listBySubscriptionPagingPage; private listBySubscriptionPagingAll; /** * Lists the Microsoft.DevCenter SKUs available in a subscription * @param options The options parameters. */ private _listBySubscription; /** * ListBySubscriptionNext * @param nextLink The nextLink from the previous successful call to the ListBySubscription method. * @param options The options parameters. */ private _listBySubscriptionNext; } //# sourceMappingURL=skus.d.ts.map