RoleEligibilitySchedules interface
Interface representing a RoleEligibilitySchedules.
Methods
get(string, string, Role |
Get the specified role eligibility schedule for a resource scope |
list |
Gets role eligibility schedules for a resource scope. |
Method Details
get(string, string, RoleEligibilitySchedulesGetOptionalParams)
Get the specified role eligibility schedule for a resource scope
function get(scope: string, roleEligibilityScheduleName: string, options?: RoleEligibilitySchedulesGetOptionalParams): Promise<RoleEligibilitySchedule>
Parameters
- scope
-
string
The scope of the role eligibility schedule.
- roleEligibilityScheduleName
-
string
The name (guid) of the role eligibility schedule to get.
The options parameters.
Returns
Promise<RoleEligibilitySchedule>
listForScope(string, RoleEligibilitySchedulesListForScopeOptionalParams)
Gets role eligibility schedules for a resource scope.
function listForScope(scope: string, options?: RoleEligibilitySchedulesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleEligibilitySchedule, RoleEligibilitySchedule[], PageSettings>
Parameters
- scope
-
string
The scope of the role eligibility schedules.
The options parameters.