Schedules interface

Interface que representa um Agendamentos.

Métodos

beginCreateOrUpdate(string, string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)

Cria ou atualiza um Agendamento.

beginCreateOrUpdateAndWait(string, string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)

Cria ou atualiza um Agendamento.

beginDelete(string, string, string, string, SchedulesDeleteOptionalParams)

Exclui um Agendado.

beginDeleteAndWait(string, string, string, string, SchedulesDeleteOptionalParams)

Exclui um Agendado.

beginUpdate(string, string, string, string, ScheduleUpdate, SchedulesUpdateOptionalParams)

Atualiza parcialmente um Agendado.

beginUpdateAndWait(string, string, string, string, ScheduleUpdate, SchedulesUpdateOptionalParams)

Atualiza parcialmente um Agendado.

get(string, string, string, string, SchedulesGetOptionalParams)

Obtém um recurso de agendamento.

listByPool(string, string, string, SchedulesListByPoolOptionalParams)

Lista agendamentos para um pool

Detalhes do método

beginCreateOrUpdate(string, string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)

Cria ou atualiza um Agendamento.

function beginCreateOrUpdate(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Schedule>, Schedule>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

projectName

string

O nome do projeto.

poolName

string

Nome do pool.

scheduleName

string

O nome do agendamento que o identifica exclusivamente.

body
Schedule

Representa uma tarefa agendada

options
SchedulesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<@azure/core-lro.SimplePollerLike<OperationState<Schedule>, Schedule>>

beginCreateOrUpdateAndWait(string, string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)

Cria ou atualiza um Agendamento.

function beginCreateOrUpdateAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<Schedule>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

projectName

string

O nome do projeto.

poolName

string

Nome do pool.

scheduleName

string

O nome do agendamento que o identifica exclusivamente.

body
Schedule

Representa uma tarefa agendada

options
SchedulesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<Schedule>

beginDelete(string, string, string, string, SchedulesDeleteOptionalParams)

Exclui um Agendado.

function beginDelete(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SchedulesDeleteHeaders>, SchedulesDeleteHeaders>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

projectName

string

O nome do projeto.

poolName

string

Nome do pool.

scheduleName

string

O nome do agendamento que o identifica exclusivamente.

options
SchedulesDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<@azure/core-lro.SimplePollerLike<OperationState<SchedulesDeleteHeaders>, SchedulesDeleteHeaders>>

beginDeleteAndWait(string, string, string, string, SchedulesDeleteOptionalParams)

Exclui um Agendado.

function beginDeleteAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<SchedulesDeleteHeaders>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

projectName

string

O nome do projeto.

poolName

string

Nome do pool.

scheduleName

string

O nome do agendamento que o identifica exclusivamente.

options
SchedulesDeleteOptionalParams

Os parâmetros de opções.

Retornos

beginUpdate(string, string, string, string, ScheduleUpdate, SchedulesUpdateOptionalParams)

Atualiza parcialmente um Agendado.

function beginUpdate(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: ScheduleUpdate, options?: SchedulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Schedule>, Schedule>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

projectName

string

O nome do projeto.

poolName

string

Nome do pool.

scheduleName

string

O nome do agendamento que o identifica exclusivamente.

body
ScheduleUpdate

Representa uma tarefa agendada.

options
SchedulesUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<@azure/core-lro.SimplePollerLike<OperationState<Schedule>, Schedule>>

beginUpdateAndWait(string, string, string, string, ScheduleUpdate, SchedulesUpdateOptionalParams)

Atualiza parcialmente um Agendado.

function beginUpdateAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: ScheduleUpdate, options?: SchedulesUpdateOptionalParams): Promise<Schedule>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

projectName

string

O nome do projeto.

poolName

string

Nome do pool.

scheduleName

string

O nome do agendamento que o identifica exclusivamente.

body
ScheduleUpdate

Representa uma tarefa agendada.

options
SchedulesUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<Schedule>

get(string, string, string, string, SchedulesGetOptionalParams)

Obtém um recurso de agendamento.

function get(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesGetOptionalParams): Promise<Schedule>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

projectName

string

O nome do projeto.

poolName

string

Nome do pool.

scheduleName

string

O nome do agendamento que o identifica exclusivamente.

options
SchedulesGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<Schedule>

listByPool(string, string, string, SchedulesListByPoolOptionalParams)

Lista agendamentos para um pool

function listByPool(resourceGroupName: string, projectName: string, poolName: string, options?: SchedulesListByPoolOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

projectName

string

O nome do projeto.

poolName

string

Nome do pool.

options
SchedulesListByPoolOptionalParams

Os parâmetros de opções.

Retornos