RoleAssignmentScheduleInstances interface
Interface representing a RoleAssignmentScheduleInstances.
Methods
get(string, string, Role |
Gets the specified role assignment schedule instance. |
list |
Gets role assignment schedule instances of a role assignment schedule. |
Method Details
get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)
Gets the specified role assignment schedule instance.
function get(scope: string, roleAssignmentScheduleInstanceName: string, options?: RoleAssignmentScheduleInstancesGetOptionalParams): Promise<RoleAssignmentScheduleInstance>
Parameters
- scope
-
string
The scope of the role assignments schedules.
- roleAssignmentScheduleInstanceName
-
string
The name (hash of schedule name + time) of the role assignment schedule to get.
The options parameters.
Returns
Promise<RoleAssignmentScheduleInstance>
listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)
Gets role assignment schedule instances of a role assignment schedule.
function listForScope(scope: string, options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleAssignmentScheduleInstance, RoleAssignmentScheduleInstance[], PageSettings>
Parameters
- scope
-
string
The scope of the role assignment schedule.
The options parameters.