import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { BgpServiceCommunity, BgpServiceCommunitiesListOptionalParams } from "../models/index.js"; /** Interface representing a BgpServiceCommunities. */ export interface BgpServiceCommunities { /** * Gets all the available bgp service communities. * @param options The options parameters. */ list(options?: BgpServiceCommunitiesListOptionalParams): PagedAsyncIterableIterator; } //# sourceMappingURL=bgpServiceCommunities.d.ts.map