UNPKG

@azure/arm-compute

Version:
37 lines 1.64 kB
import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { VirtualMachineSizes } from "../operationsInterfaces/index.js"; import type { ComputeManagementClient } from "../computeManagementClient.js"; import type { VirtualMachineSize, VirtualMachineSizesListOptionalParams } from "../models/index.js"; /** Class containing VirtualMachineSizes operations. */ export declare class VirtualMachineSizesImpl implements VirtualMachineSizes { private readonly client; /** * Initialize a new instance of the class VirtualMachineSizes class. * @param client Reference to the service client */ constructor(client: ComputeManagementClient); /** * This API is deprecated. Use [Resources * Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) * @param location The name of Azure region. * @param options The options parameters. */ list(location: string, options?: VirtualMachineSizesListOptionalParams): PagedAsyncIterableIterator<VirtualMachineSize>; private listPagingPage; private listPagingAll; /** * This API is deprecated. Use [Resources * Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) * @param location The name of Azure region. * @param options The options parameters. */ private _list; /** * ListNext * @param location The name of Azure region. * @param nextLink The nextLink from the previous successful call to the List method. * @param options The options parameters. */ private _listNext; } //# sourceMappingURL=virtualMachineSizes.d.ts.map