@azure/arm-compute
Version:
A generated SDK for ComputeManagementClient.
11 lines • 514 B
TypeScript
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
import type { ResourceSku, ResourceSkusListOptionalParams } from "../models/index.js";
/** Interface representing a ResourceSkus. */
export interface ResourceSkus {
/**
* Gets the list of Microsoft.Compute SKUs available for your Subscription.
* @param options The options parameters.
*/
list(options?: ResourceSkusListOptionalParams): PagedAsyncIterableIterator<ResourceSku>;
}
//# sourceMappingURL=resourceSkus.d.ts.map