Partilhar via


JobScheduleOperations class

Classe que representa um JobScheduleOperations.

Construtores

JobScheduleOperations(AutomationClientContext)

Crie um JobScheduleOperations.

Métodos

create(string, string, string, JobScheduleCreateParameters, msRest.RequestOptionsBase)

Criar uma agenda de tarefas.

create(string, string, string, JobScheduleCreateParameters, RequestOptionsBase, ServiceCallback<JobSchedule>)
create(string, string, string, JobScheduleCreateParameters, ServiceCallback<JobSchedule>)
deleteMethod(string, string, string, msRest.RequestOptionsBase)

Elimine a agenda de tarefas identificada pelo nome da agenda de tarefas.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, msRest.RequestOptionsBase)

Obtenha a agenda de tarefas identificada pelo nome da agenda de tarefas.

get(string, string, string, RequestOptionsBase, ServiceCallback<JobSchedule>)
get(string, string, string, ServiceCallback<JobSchedule>)
listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams, ServiceCallback<JobScheduleListResult>)
listByAutomationAccount(string, string, Models.JobScheduleListByAutomationAccountOptionalParams)

Obtenha uma lista de agendamentos de tarefas.

listByAutomationAccount(string, string, ServiceCallback<JobScheduleListResult>)
listByAutomationAccountNext(string, msRest.RequestOptionsBase)

Obtenha uma lista de agendamentos de tarefas.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<JobScheduleListResult>)
listByAutomationAccountNext(string, ServiceCallback<JobScheduleListResult>)

Detalhes do Construtor

JobScheduleOperations(AutomationClientContext)

Crie um JobScheduleOperations.

new JobScheduleOperations(client: AutomationClientContext)

Parâmetros

client
AutomationClientContext

Referência ao cliente de serviço.

Detalhes de Método

create(string, string, string, JobScheduleCreateParameters, msRest.RequestOptionsBase)

Criar uma agenda de tarefas.

function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options?: msRest.RequestOptionsBase): Promise<Models.JobScheduleCreateResponse>

Parâmetros

resourceGroupName

string

Nome de um grupo de Recursos do Azure.

automationAccountName

string

O nome da conta de automatização.

jobScheduleId

string

O nome do agendamento da tarefa.

parameters
JobScheduleCreateParameters

Os parâmetros fornecidos para a operação de criação de agendamento de tarefas.

options
msRest.RequestOptionsBase

Devoluções

Promise<Models.JobScheduleCreateResponse>

Promise<Models.JobScheduleCreateResponse>

create(string, string, string, JobScheduleCreateParameters, RequestOptionsBase, ServiceCallback<JobSchedule>)

function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options: RequestOptionsBase, callback: ServiceCallback<JobSchedule>)

Parâmetros

resourceGroupName

string

Nome de um grupo de Recursos do Azure.

automationAccountName

string

O nome da conta de automatização.

jobScheduleId

string

O nome do agendamento da tarefa.

parameters
JobScheduleCreateParameters

Os parâmetros fornecidos para a operação de criação de agendamento de tarefas.

options

RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<JobSchedule>

A chamada de retorno

create(string, string, string, JobScheduleCreateParameters, ServiceCallback<JobSchedule>)

function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, callback: ServiceCallback<JobSchedule>)

Parâmetros

resourceGroupName

string

Nome de um grupo de Recursos do Azure.

automationAccountName

string

O nome da conta de automatização.

jobScheduleId

string

O nome do agendamento da tarefa.

parameters
JobScheduleCreateParameters

Os parâmetros fornecidos para a operação de criação de agendamento de tarefas.

callback

ServiceCallback<JobSchedule>

A chamada de retorno

deleteMethod(string, string, string, msRest.RequestOptionsBase)

Elimine a agenda de tarefas identificada pelo nome da agenda de tarefas.

function deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: msRest.RequestOptionsBase): Promise<RestResponse>

Parâmetros

resourceGroupName

string

Nome de um grupo de Recursos do Azure.

automationAccountName

string

O nome da conta de automatização.

jobScheduleId

string

O nome do agendamento da tarefa.

options
msRest.RequestOptionsBase

Devoluções

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parâmetros

resourceGroupName

string

Nome de um grupo de Recursos do Azure.

automationAccountName

string

O nome da conta de automatização.

jobScheduleId

string

O nome do agendamento da tarefa.

options

RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<void>

A chamada de retorno

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, callback: ServiceCallback<void>)

Parâmetros

resourceGroupName

string

Nome de um grupo de Recursos do Azure.

automationAccountName

string

O nome da conta de automatização.

jobScheduleId

string

O nome do agendamento da tarefa.

callback

ServiceCallback<void>

A chamada de retorno

get(string, string, string, msRest.RequestOptionsBase)

Obtenha a agenda de tarefas identificada pelo nome da agenda de tarefas.

function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: msRest.RequestOptionsBase): Promise<Models.JobScheduleGetResponse>

Parâmetros

resourceGroupName

string

Nome de um grupo de Recursos do Azure.

automationAccountName

string

O nome da conta de automatização.

jobScheduleId

string

O nome do agendamento da tarefa.

options
msRest.RequestOptionsBase

Devoluções

Promise<Models.JobScheduleGetResponse>

Promise<Models.JobScheduleGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<JobSchedule>)

function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options: RequestOptionsBase, callback: ServiceCallback<JobSchedule>)

Parâmetros

resourceGroupName

string

Nome de um grupo de Recursos do Azure.

automationAccountName

string

O nome da conta de automatização.

jobScheduleId

string

O nome do agendamento da tarefa.

options

RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<JobSchedule>

A chamada de retorno

get(string, string, string, ServiceCallback<JobSchedule>)

function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, callback: ServiceCallback<JobSchedule>)

Parâmetros

resourceGroupName

string

Nome de um grupo de Recursos do Azure.

automationAccountName

string

O nome da conta de automatização.

jobScheduleId

string

O nome do agendamento da tarefa.

callback

ServiceCallback<JobSchedule>

A chamada de retorno

listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams, ServiceCallback<JobScheduleListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: JobScheduleListByAutomationAccountOptionalParams, callback: ServiceCallback<JobScheduleListResult>)

Parâmetros

resourceGroupName

string

Nome de um grupo de Recursos do Azure.

automationAccountName

string

O nome da conta de automatização.

options
JobScheduleListByAutomationAccountOptionalParams

Os parâmetros opcionais

callback

ServiceCallback<JobScheduleListResult>

A chamada de retorno

listByAutomationAccount(string, string, Models.JobScheduleListByAutomationAccountOptionalParams)

Obtenha uma lista de agendamentos de tarefas.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: Models.JobScheduleListByAutomationAccountOptionalParams): Promise<Models.JobScheduleListByAutomationAccountResponse>

Parâmetros

resourceGroupName

string

Nome de um grupo de Recursos do Azure.

automationAccountName

string

O nome da conta de automatização.

options
Models.JobScheduleListByAutomationAccountOptionalParams

Devoluções

Promise<Models.JobScheduleListByAutomationAccountResponse>

Promise<Models.JobScheduleListByAutomationAccountResponse>

listByAutomationAccount(string, string, ServiceCallback<JobScheduleListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<JobScheduleListResult>)

Parâmetros

resourceGroupName

string

Nome de um grupo de Recursos do Azure.

automationAccountName

string

O nome da conta de automatização.

callback

ServiceCallback<JobScheduleListResult>

A chamada de retorno

listByAutomationAccountNext(string, msRest.RequestOptionsBase)

Obtenha uma lista de agendamentos de tarefas.

function listByAutomationAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.JobScheduleListByAutomationAccountNextResponse>

Parâmetros

nextPageLink

string

A NextLink da chamada com êxito anterior para a operação Lista.

options
msRest.RequestOptionsBase

Devoluções

Promise<Models.JobScheduleListByAutomationAccountNextResponse>

Promise<Models.JobScheduleListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<JobScheduleListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobScheduleListResult>)

Parâmetros

nextPageLink

string

A NextLink da chamada com êxito anterior para a operação Lista.

options

RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<JobScheduleListResult>

A chamada de retorno

listByAutomationAccountNext(string, ServiceCallback<JobScheduleListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<JobScheduleListResult>)

Parâmetros

nextPageLink

string

A NextLink da chamada com êxito anterior para a operação Lista.

callback

ServiceCallback<JobScheduleListResult>

A chamada de retorno