import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { RoleEligibilityScheduleInstances } from "../operationsInterfaces"; import { AuthorizationManagementClient } from "../authorizationManagementClient"; import { RoleEligibilityScheduleInstance, RoleEligibilityScheduleInstancesListForScopeOptionalParams, RoleEligibilityScheduleInstancesGetOptionalParams, RoleEligibilityScheduleInstancesGetResponse } from "../models"; /** Class containing RoleEligibilityScheduleInstances operations. */ export declare class RoleEligibilityScheduleInstancesImpl implements RoleEligibilityScheduleInstances { private readonly client; /** * Initialize a new instance of the class RoleEligibilityScheduleInstances class. * @param client Reference to the service client */ constructor(client: AuthorizationManagementClient); /** * Gets role eligibility schedule instances of a role eligibility schedule. * @param scope The scope of the role eligibility schedule. * @param options The options parameters. */ listForScope(scope: string, options?: RoleEligibilityScheduleInstancesListForScopeOptionalParams): PagedAsyncIterableIterator; private listForScopePagingPage; private listForScopePagingAll; /** * Gets role eligibility schedule instances of a role eligibility schedule. * @param scope The scope of the role eligibility schedule. * @param options The options parameters. */ private _listForScope; /** * Gets the specified role eligibility schedule instance. * @param scope The scope of the role eligibility schedules. * @param roleEligibilityScheduleInstanceName The name (hash of schedule name + time) of the role * eligibility schedule to get. * @param options The options parameters. */ get(scope: string, roleEligibilityScheduleInstanceName: string, options?: RoleEligibilityScheduleInstancesGetOptionalParams): Promise; /** * ListForScopeNext * @param scope The scope of the role eligibility schedule. * @param nextLink The nextLink from the previous successful call to the ListForScope method. * @param options The options parameters. */ private _listForScopeNext; } //# sourceMappingURL=roleEligibilityScheduleInstances.d.ts.map