Compartilhar via


ServiceFabricSchedules interface

Interface que representa um ServiceFabricSchedules.

Métodos

beginExecute(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)

Execute uma agenda. Esta operação pode demorar algum tempo.

beginExecuteAndWait(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)

Execute uma agenda. Esta operação pode demorar algum tempo.

createOrUpdate(string, string, string, string, string, Schedule, ServiceFabricSchedulesCreateOrUpdateOptionalParams)

Criar ou substituir uma agenda existente.

delete(string, string, string, string, string, ServiceFabricSchedulesDeleteOptionalParams)

Eliminar agenda.

get(string, string, string, string, string, ServiceFabricSchedulesGetOptionalParams)

Obter agenda.

list(string, string, string, string, ServiceFabricSchedulesListOptionalParams)

Listar agendas num determinado service fabric.

update(string, string, string, string, string, ScheduleFragment, ServiceFabricSchedulesUpdateOptionalParams)

Permite modificar etiquetas de agendamentos. Todas as outras propriedades serão ignoradas.

Detalhes de Método

beginExecute(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)

Execute uma agenda. Esta operação pode demorar algum tempo.

function beginExecute(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesExecuteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

labName

string

O nome do laboratório.

userName

string

O nome do perfil de utilizador.

serviceFabricName

string

O nome do service fabric.

name

string

O nome da agenda.

options
ServiceFabricSchedulesExecuteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginExecuteAndWait(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)

Execute uma agenda. Esta operação pode demorar algum tempo.

function beginExecuteAndWait(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesExecuteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

labName

string

O nome do laboratório.

userName

string

O nome do perfil de utilizador.

serviceFabricName

string

O nome do service fabric.

name

string

O nome da agenda.

options
ServiceFabricSchedulesExecuteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

createOrUpdate(string, string, string, string, string, Schedule, ServiceFabricSchedulesCreateOrUpdateOptionalParams)

Criar ou substituir uma agenda existente.

function createOrUpdate(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Schedule, options?: ServiceFabricSchedulesCreateOrUpdateOptionalParams): Promise<Schedule>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

labName

string

O nome do laboratório.

userName

string

O nome do perfil de utilizador.

serviceFabricName

string

O nome do service fabric.

name

string

O nome da agenda.

schedule
Schedule

Uma agenda.

options
ServiceFabricSchedulesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<Schedule>

delete(string, string, string, string, string, ServiceFabricSchedulesDeleteOptionalParams)

Eliminar agenda.

function delete(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesDeleteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

labName

string

O nome do laboratório.

userName

string

O nome do perfil de utilizador.

serviceFabricName

string

O nome do service fabric.

name

string

O nome da agenda.

options
ServiceFabricSchedulesDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

get(string, string, string, string, string, ServiceFabricSchedulesGetOptionalParams)

Obter agenda.

function get(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesGetOptionalParams): Promise<Schedule>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

labName

string

O nome do laboratório.

userName

string

O nome do perfil de utilizador.

serviceFabricName

string

O nome do service fabric.

name

string

O nome da agenda.

options
ServiceFabricSchedulesGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<Schedule>

list(string, string, string, string, ServiceFabricSchedulesListOptionalParams)

Listar agendas num determinado service fabric.

function list(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, options?: ServiceFabricSchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

labName

string

O nome do laboratório.

userName

string

O nome do perfil de utilizador.

serviceFabricName

string

O nome do service fabric.

options
ServiceFabricSchedulesListOptionalParams

Os parâmetros de opções.

Devoluções

update(string, string, string, string, string, ScheduleFragment, ServiceFabricSchedulesUpdateOptionalParams)

Permite modificar etiquetas de agendamentos. Todas as outras propriedades serão ignoradas.

function update(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: ScheduleFragment, options?: ServiceFabricSchedulesUpdateOptionalParams): Promise<Schedule>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

labName

string

O nome do laboratório.

userName

string

O nome do perfil de utilizador.

serviceFabricName

string

O nome do service fabric.

name

string

O nome da agenda.

schedule
ScheduleFragment

Uma agenda.

options
ServiceFabricSchedulesUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<Schedule>