/* * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ 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; }