Compartilhar via


ScopeAccessReviewScheduleDefinitions interface

Interface que representa um ScopeAccessReviewScheduleDefinitions.

Métodos

createOrUpdateById(string, string, AccessReviewScheduleDefinitionProperties, ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams)

Criar ou atualizar a definição de agendamento de revisão de acesso.

deleteById(string, string, ScopeAccessReviewScheduleDefinitionsDeleteByIdOptionalParams)

Excluir definição de agendamento de revisão de acesso

getById(string, string, ScopeAccessReviewScheduleDefinitionsGetByIdOptionalParams)

Obter definição de revisão de acesso único

list(string, ScopeAccessReviewScheduleDefinitionsListOptionalParams)

Obter definições de agendamento de revisão de acesso

stop(string, string, ScopeAccessReviewScheduleDefinitionsStopOptionalParams)

Parar definição de revisão de acesso

Detalhes do método

createOrUpdateById(string, string, AccessReviewScheduleDefinitionProperties, ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams)

Criar ou atualizar a definição de agendamento de revisão de acesso.

function createOrUpdateById(scope: string, scheduleDefinitionId: string, properties: AccessReviewScheduleDefinitionProperties, options?: ScopeAccessReviewScheduleDefinitionsCreateOrUpdateByIdOptionalParams): Promise<AccessReviewScheduleDefinition>

Parâmetros

scope

string

O escopo do recurso.

scheduleDefinitionId

string

A ID da definição de agendamento de revisão de acesso.

properties
AccessReviewScheduleDefinitionProperties

Acesse as propriedades de definição de agendamento de revisão.

Retornos

deleteById(string, string, ScopeAccessReviewScheduleDefinitionsDeleteByIdOptionalParams)

Excluir definição de agendamento de revisão de acesso

function deleteById(scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsDeleteByIdOptionalParams): Promise<void>

Parâmetros

scope

string

O escopo do recurso.

scheduleDefinitionId

string

A ID da definição de agendamento de revisão de acesso.

Retornos

Promise<void>

getById(string, string, ScopeAccessReviewScheduleDefinitionsGetByIdOptionalParams)

Obter definição de revisão de acesso único

function getById(scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsGetByIdOptionalParams): Promise<AccessReviewScheduleDefinition>

Parâmetros

scope

string

O escopo do recurso.

scheduleDefinitionId

string

A ID da definição de agendamento de revisão de acesso.

options
ScopeAccessReviewScheduleDefinitionsGetByIdOptionalParams

Os parâmetros de opções.

Retornos

list(string, ScopeAccessReviewScheduleDefinitionsListOptionalParams)

Obter definições de agendamento de revisão de acesso

function list(scope: string, options?: ScopeAccessReviewScheduleDefinitionsListOptionalParams): PagedAsyncIterableIterator<AccessReviewScheduleDefinition, AccessReviewScheduleDefinition[], PageSettings>

Parâmetros

scope

string

O escopo do recurso.

options
ScopeAccessReviewScheduleDefinitionsListOptionalParams

Os parâmetros de opções.

Retornos

stop(string, string, ScopeAccessReviewScheduleDefinitionsStopOptionalParams)

Parar definição de revisão de acesso

function stop(scope: string, scheduleDefinitionId: string, options?: ScopeAccessReviewScheduleDefinitionsStopOptionalParams): Promise<void>

Parâmetros

scope

string

O escopo do recurso.

scheduleDefinitionId

string

A ID da definição de agendamento de revisão de acesso.

options
ScopeAccessReviewScheduleDefinitionsStopOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>