import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { AvailableDelegation, AvailableDelegationsListOptionalParams } from "../models/index.js"; /** Interface representing a AvailableDelegations. */ export interface AvailableDelegations { /** * Gets all of the available subnet delegations for this subscription in this region. * @param location The location of the subnet. * @param options The options parameters. */ list(location: string, options?: AvailableDelegationsListOptionalParams): PagedAsyncIterableIterator; } //# sourceMappingURL=availableDelegations.d.ts.map