RoleAssignmentScheduleInstancesOperations interface
表示 RoleAssignmentScheduleInstances 操作的接口。
属性
| get | 获取指定的角色分配计划实例。 |
| list |
获取角色分配计划的实例。 |
属性详细信息
get
获取指定的角色分配计划实例。
get: (scope: string, roleAssignmentScheduleInstanceName: string, options?: RoleAssignmentScheduleInstancesGetOptionalParams) => Promise<RoleAssignmentScheduleInstance>
属性值
(scope: string, roleAssignmentScheduleInstanceName: string, options?: RoleAssignmentScheduleInstancesGetOptionalParams) => Promise<RoleAssignmentScheduleInstance>
listForScope
获取角色分配计划的实例。
listForScope: (scope: string, options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams) => PagedAsyncIterableIterator<RoleAssignmentScheduleInstance, RoleAssignmentScheduleInstance[], PageSettings>
属性值
(scope: string, options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams) => PagedAsyncIterableIterator<RoleAssignmentScheduleInstance, RoleAssignmentScheduleInstance[], PageSettings>