ScopeAccessReviewScheduleDefinitionsOperations interface

ScopeAccessReviewScheduleDefinitions操作を表すインターフェース。

プロパティ

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>