RoleAssignmentScheduleInstances interface
表示 RoleAssignmentScheduleInstances 的接口。
方法
| get(string, string, Role |
获取指定的角色分配计划实例。 |
| list |
获取角色分配计划的角色分配计划实例。 |
方法详细信息
get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)
获取指定的角色分配计划实例。
function get(scope: string, roleAssignmentScheduleInstanceName: string, options?: RoleAssignmentScheduleInstancesGetOptionalParams): Promise<RoleAssignmentScheduleInstance>
参数
- scope
-
string
角色分配计划的范围。
- roleAssignmentScheduleInstanceName
-
string
要获取的角色分配计划的名称(计划名称的哈希 + 时间)。
选项参数。
返回
Promise<RoleAssignmentScheduleInstance>
listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)
获取角色分配计划的角色分配计划实例。
function listForScope(scope: string, options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleAssignmentScheduleInstance, RoleAssignmentScheduleInstance[], PageSettings>
参数
- scope
-
string
角色分配计划的范围。