Sdílet prostřednictvím


JobScheduleOperations class

Třída představující JobScheduleOperations.

Konstruktory

JobScheduleOperations(AutomationClientContext)

Vytvořte JobScheduleOperations.

Metody

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

Vytvořte plán úlohy.

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

Odstraňte plán úloh určený názvem plánu úlohy.

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

Načte plán úloh určený názvem plánu úlohy.

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

Načte seznam plánů úloh.

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

Načte seznam plánů úloh.

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

Podrobnosti konstruktoru

JobScheduleOperations(AutomationClientContext)

Vytvořte JobScheduleOperations.

new JobScheduleOperations(client: AutomationClientContext)

Parametry

client
AutomationClientContext

Odkaz na klienta služby

Podrobnosti metody

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

Vytvořte plán úlohy.

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

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

jobScheduleId

string

Název plánu úlohy.

parameters
JobScheduleCreateParameters

Parametry zadané pro operaci vytvoření plánu úlohy.

options
RequestOptionsBase

Volitelné parametry

Návraty

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>)

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

jobScheduleId

string

Název plánu úlohy.

parameters
JobScheduleCreateParameters

Parametry zadané pro operaci vytvoření plánu úlohy.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<JobSchedule>

Zpětné volání

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

jobScheduleId

string

Název plánu úlohy.

parameters
JobScheduleCreateParameters

Parametry zadané pro operaci vytvoření plánu úlohy.

callback

ServiceCallback<JobSchedule>

Zpětné volání

deleteMethod(string, string, string, RequestOptionsBase)

Odstraňte plán úloh určený názvem plánu úlohy.

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

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

jobScheduleId

string

Název plánu úlohy.

options
RequestOptionsBase

Volitelné parametry

Návraty

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>)

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

jobScheduleId

string

Název plánu úlohy.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<void>

Zpětné volání

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

jobScheduleId

string

Název plánu úlohy.

callback

ServiceCallback<void>

Zpětné volání

get(string, string, string, RequestOptionsBase)

Načte plán úloh určený názvem plánu úlohy.

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

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

jobScheduleId

string

Název plánu úlohy.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.JobScheduleGetResponse>

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

jobScheduleId

string

Název plánu úlohy.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<JobSchedule>

Zpětné volání

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

jobScheduleId

string

Název plánu úlohy.

callback

ServiceCallback<JobSchedule>

Zpětné volání

listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)

Načte seznam plánů úloh.

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

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

Návraty

Promise<Models.JobScheduleListByAutomationAccountResponse>

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

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

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

callback

ServiceCallback<JobScheduleListResult>

Zpětné volání

listByAutomationAccount(string, string, ServiceCallback<JobScheduleListResult>)

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

Parametry

resourceGroupName

string

Název skupiny prostředků Azure.

automationAccountName

string

Název účtu Automation.

callback

ServiceCallback<JobScheduleListResult>

Zpětné volání

listByAutomationAccountNext(string, RequestOptionsBase)

Načte seznam plánů úloh.

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.JobScheduleListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<JobScheduleListResult>)

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<JobScheduleListResult>

Zpětné volání

listByAutomationAccountNext(string, ServiceCallback<JobScheduleListResult>)

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<JobScheduleListResult>

Zpětné volání