Freigeben über


JobScheduleOperations class

Klasse, die eine JobScheduleOperations darstellt.

Konstruktoren

JobScheduleOperations(AutomationClientContext)

Erstellen Sie eine JobScheduleOperations.

Methoden

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

Erstellen Sie einen Auftragsplan.

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

Löschen Sie den Auftragsplan, der durch den Namen des Auftragsplans identifiziert wurde.

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

Rufen Sie den Auftragsplan ab, der durch den Namen des Auftragsplans identifiziert wird.

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

Dient zum Abrufen einer Liste von Auftragsplänen.

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

Dient zum Abrufen einer Liste von Auftragsplänen.

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

Details zum Konstruktor

JobScheduleOperations(AutomationClientContext)

Erstellen Sie eine JobScheduleOperations.

new JobScheduleOperations(client: AutomationClientContext)

Parameter

client
AutomationClientContext

Verweisen auf den Dienstclient.

Details zur Methode

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

Erstellen Sie einen Auftragsplan.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

jobScheduleId

string

Der Name des Auftragsplans.

parameters
JobScheduleCreateParameters

Die Parameter, die für den Vorgang zum Erstellen des Auftragszeitplans bereitgestellt werden.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

jobScheduleId

string

Der Name des Auftragsplans.

parameters
JobScheduleCreateParameters

Die Parameter, die für den Vorgang zum Erstellen des Auftragszeitplans bereitgestellt werden.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<JobSchedule>

Der Rückruf

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

jobScheduleId

string

Der Name des Auftragsplans.

parameters
JobScheduleCreateParameters

Die Parameter, die für den Vorgang zum Erstellen des Auftragszeitplans bereitgestellt werden.

callback

ServiceCallback<JobSchedule>

Der Rückruf

deleteMethod(string, string, string, RequestOptionsBase)

Löschen Sie den Auftragsplan, der durch den Namen des Auftragsplans identifiziert wurde.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

jobScheduleId

string

Der Name des Auftragsplans.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<RestResponse>

Zusage<msRest.RestResponse>

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

jobScheduleId

string

Der Name des Auftragsplans.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<void>

Der Rückruf

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

jobScheduleId

string

Der Name des Auftragsplans.

callback

ServiceCallback<void>

Der Rückruf

get(string, string, string, RequestOptionsBase)

Rufen Sie den Auftragsplan ab, der durch den Namen des Auftragsplans identifiziert wird.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

jobScheduleId

string

Der Name des Auftragsplans.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Zusage<Models.JobScheduleGetResponse>

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

jobScheduleId

string

Der Name des Auftragsplans.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<JobSchedule>

Der Rückruf

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

jobScheduleId

string

Der Name des Auftragsplans.

callback

ServiceCallback<JobSchedule>

Der Rückruf

listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)

Dient zum Abrufen einer Liste von Auftragsplänen.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

options
JobScheduleListByAutomationAccountOptionalParams

Die optionalen Parameter

Gibt zurück

Promise<Models.JobScheduleListByAutomationAccountResponse>

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

options
JobScheduleListByAutomationAccountOptionalParams

Die optionalen Parameter

callback

ServiceCallback<JobScheduleListResult>

Der Rückruf

listByAutomationAccount(string, string, ServiceCallback<JobScheduleListResult>)

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

callback

ServiceCallback<JobScheduleListResult>

Der Rückruf

listByAutomationAccountNext(string, RequestOptionsBase)

Dient zum Abrufen einer Liste von Auftragsplänen.

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

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.JobScheduleListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<JobScheduleListResult>)

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

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<JobScheduleListResult>

Der Rückruf

listByAutomationAccountNext(string, ServiceCallback<JobScheduleListResult>)

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

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

callback

ServiceCallback<JobScheduleListResult>

Der Rückruf