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>