import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { EligibleChildResource, EligibleChildResourcesGetOptionalParams } from "../models"; /** Interface representing a EligibleChildResources. */ export interface EligibleChildResources { /** * Get the child resources of a resource on which user has eligible access * @param scope The scope of the role management policy. * @param options The options parameters. */ list(scope: string, options?: EligibleChildResourcesGetOptionalParams): PagedAsyncIterableIterator; } //# sourceMappingURL=eligibleChildResources.d.ts.map