JobScheduleOperations class
Třída představující JobScheduleOperations.
Konstruktory
Job |
Vytvořte JobScheduleOperations. |
Metody
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<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>)
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
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
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<JobScheduleGetResponse>
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
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
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.
Volitelné parametry
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.
Volitelné parametry
- callback
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
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
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
Zpětné volání