ScopeAccessReviewScheduleDefinitionsOperations interface
表示范围访问、审查、计划、定义操作的接口。
属性
| create |
创建或更新访问评审计划定义。 |
| delete |
删除访问评审计划定义 |
| get |
获取单一访问评审定义 |
| list | 获取访问评审计划定义 |
| stop | 停止访问评审定义 |
属性详细信息
createOrUpdateById
创建或更新访问评审计划定义。
createOrUpdateById: (scope: string, scheduleDefinitionId: string, properties: AccessReviewScheduleDefinitionProperties, options?: ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams) => Promise<AccessReviewScheduleDefinition>
属性值
(scope: string, scheduleDefinitionId: string, properties: AccessReviewScheduleDefinitionProperties, options?: ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams) => Promise<AccessReviewScheduleDefinition>
deleteById
删除访问评审计划定义
deleteById: (scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsDeleteByIdOptionalParams) => Promise<void>
属性值
(scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsDeleteByIdOptionalParams) => Promise<void>
getById
获取单一访问评审定义
getById: (scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsGetByIdOptionalParams) => Promise<AccessReviewScheduleDefinition>
属性值
(scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsGetByIdOptionalParams) => Promise<AccessReviewScheduleDefinition>
list
获取访问评审计划定义
list: (scope: string, options?: ScopeAccessReviewScheduleDefinitionsListOptionalParams) => PagedAsyncIterableIterator<AccessReviewScheduleDefinition, AccessReviewScheduleDefinition[], PageSettings>
属性值
(scope: string, options?: ScopeAccessReviewScheduleDefinitionsListOptionalParams) => PagedAsyncIterableIterator<AccessReviewScheduleDefinition, AccessReviewScheduleDefinition[], PageSettings>
stop
停止访问评审定义
stop: (scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsStopOptionalParams) => Promise<void>
属性值
(scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsStopOptionalParams) => Promise<void>