RoleAssignmentSchedules interface
Interface representing a RoleAssignmentSchedules.
Methods
get(string, string, Role |
Get the specified role assignment schedule for a resource scope |
list |
Gets role assignment schedules for a resource scope. |
Method Details
get(string, string, RoleAssignmentSchedulesGetOptionalParams)
Get the specified role assignment schedule for a resource scope
function get(scope: string, roleAssignmentScheduleName: string, options?: RoleAssignmentSchedulesGetOptionalParams): Promise<RoleAssignmentSchedule>
Parameters
- scope
-
string
The scope of the role assignment schedule.
- roleAssignmentScheduleName
-
string
The name (guid) of the role assignment schedule to get.
The options parameters.
Returns
Promise<RoleAssignmentSchedule>
listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)
Gets role assignment schedules for a resource scope.
function listForScope(scope: string, options?: RoleAssignmentSchedulesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleAssignmentSchedule, RoleAssignmentSchedule[], PageSettings>
Parameters
- scope
-
string
The scope of the role assignments schedules.
The options parameters.