RoleAssignmentSchedules interface
代表 RoleAssignmentSchedules 的介面。
方法
get(string, string, Role |
取得資源範圍的指定角色指派排程 |
list |
取得資源範圍的角色指派排程。 |
方法詳細資料
get(string, string, RoleAssignmentSchedulesGetOptionalParams)
取得資源範圍的指定角色指派排程
function get(scope: string, roleAssignmentScheduleName: string, options?: RoleAssignmentSchedulesGetOptionalParams): Promise<RoleAssignmentSchedule>
參數
- scope
-
string
角色指派排程的範圍。
- roleAssignmentScheduleName
-
string
要取得的角色指派排程名稱 (guid) 。
選項參數。
傳回
Promise<RoleAssignmentSchedule>
listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)
取得資源範圍的角色指派排程。
function listForScope(scope: string, options?: RoleAssignmentSchedulesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleAssignmentSchedule, RoleAssignmentSchedule[], PageSettings>
參數
- scope
-
string
角色指派排程的範圍。
選項參數。