Partilhar 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 a agenda de trabalho identificada pelo nome da agenda 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 do serviço.

Detalhes de 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 da agenda de trabalho.

parameters
JobScheduleCreateParameters

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

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

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

jobScheduleId

string

O nome da agenda de trabalho.

parameters
JobScheduleCreateParameters

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

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 da agenda de trabalho.

parameters
JobScheduleCreateParameters

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

callback

ServiceCallback<JobSchedule>

O retorno de chamada

deleteMethod(string, string, string, RequestOptionsBase)

Exclua a agenda de trabalho identificada pelo nome da agenda 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 da agenda de trabalho.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

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 da agenda de 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 da agenda de 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 da agenda de trabalho.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

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

jobScheduleId

string

O nome da agenda de 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 da agenda de 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

Devoluções

Promise<Models.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 operação anterior de chamada bem-sucedida para List.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.JobScheduleListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<JobScheduleListResult>)

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

Parâmetros

nextPageLink

string

O NextLink da operação anterior de chamada bem-sucedida para List.

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 operação anterior de chamada bem-sucedida para List.

callback

ServiceCallback<JobScheduleListResult>

O retorno de chamada