Compartilhar via


JobScheduleOperations class

Classe que representa um JobScheduleOperations.

Construtores

JobScheduleOperations(AutomationClientContext)

Crie um JobScheduleOperations.

Métodos

create(string, string, string, JobScheduleCreateParameters, RequestOptionsBase)

Crie uma agenda de trabalho.

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

Exclua o agendamento de trabalho identificado pelo nome do agendamento de trabalho.

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

Recupere a agenda de trabalho identificada pelo nome da agenda de trabalho.

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

Recupere uma lista de agendas de trabalho.

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

Recupere uma lista de agendas de trabalho.

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 do método

create(string, string, string, JobScheduleCreateParameters, RequestOptionsBase)

Crie uma agenda de trabalho.

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

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

jobScheduleId

string

O nome do agendamento do trabalho.

parameters
JobScheduleCreateParameters

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

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.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 automação.

jobScheduleId

string

O nome do agendamento do trabalho.

parameters
JobScheduleCreateParameters

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

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<JobSchedule>

O retorno de chamada

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 automação.

jobScheduleId

string

O nome do agendamento do trabalho.

parameters
JobScheduleCreateParameters

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

callback

ServiceCallback<JobSchedule>

O retorno de chamada

deleteMethod(string, string, string, RequestOptionsBase)

Exclua o agendamento de trabalho identificado pelo nome do agendamento de trabalho.

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

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

jobScheduleId

string

O nome do agendamento do trabalho.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Promise<RestResponse>

Prometa<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 automação.

jobScheduleId

string

O nome do agendamento do trabalho.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<void>

O retorno de chamada

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 automação.

jobScheduleId

string

O nome do agendamento do trabalho.

callback

ServiceCallback<void>

O retorno de chamada

get(string, string, string, RequestOptionsBase)

Recupere a agenda de trabalho identificada pelo nome da agenda de trabalho.

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

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

jobScheduleId

string

O nome do agendamento do trabalho.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.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 automação.

jobScheduleId

string

O nome do agendamento do trabalho.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<JobSchedule>

O retorno de chamada

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 automação.

jobScheduleId

string

O nome do agendamento do trabalho.

callback

ServiceCallback<JobSchedule>

O retorno de chamada

listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)

Recupere uma lista de agendas de trabalho.

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

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

options
JobScheduleListByAutomationAccountOptionalParams

Os parâmetros opcionais

Retornos

Modelos de Promessa.JobScheduleListByAutomationAccountResponse<>

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 automação.

options
JobScheduleListByAutomationAccountOptionalParams

Os parâmetros opcionais

callback

ServiceCallback<JobScheduleListResult>

O retorno de chamada

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 automação.

callback

ServiceCallback<JobScheduleListResult>

O retorno de chamada

listByAutomationAccountNext(string, RequestOptionsBase)

Recupere uma lista de agendas de trabalho.

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

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação Listar.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.JobScheduleListByAutomationAccountNextResponse<>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<JobScheduleListResult>)

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

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação Listar.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<JobScheduleListResult>

O retorno de chamada

listByAutomationAccountNext(string, ServiceCallback<JobScheduleListResult>)

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

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação Listar.

callback

ServiceCallback<JobScheduleListResult>

O retorno de chamada