你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScopeAccessReviewScheduleDefinitionsOperations interface

表示范围访问、审查、计划、定义操作的接口。

属性

createOrUpdateById

创建或更新访问评审计划定义。

deleteById

删除访问评审计划定义

getById

获取单一访问评审定义

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>