Partager via


JobScheduleOperations class

Classe représentant un JobScheduleOperations.

Constructeurs

JobScheduleOperations(AutomationClientContext)

Créez un JobScheduleOperations.

Méthodes

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

Créez une planification de travail.

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

Supprimez la planification du travail identifiée par le nom de la planification du travail.

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

Récupérez la planification du travail identifiée par le nom de la planification du travail.

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

Récupérez une liste de planifications de travaux.

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

Récupérez une liste de planifications de travaux.

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

Détails du constructeur

JobScheduleOperations(AutomationClientContext)

Créez un JobScheduleOperations.

new JobScheduleOperations(client: AutomationClientContext)

Paramètres

client
AutomationClientContext

Référence au client de service.

Détails de la méthode

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

Créez une planification de travail.

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

jobScheduleId

string

Nom de la planification du travail.

parameters
JobScheduleCreateParameters

Paramètres fournis pour l’opération de planification de tâche de création.

options
RequestOptionsBase

Paramètres facultatifs

Retours

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

jobScheduleId

string

Nom de la planification du travail.

parameters
JobScheduleCreateParameters

Paramètres fournis pour l’opération de planification de tâche de création.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<JobSchedule>

Rappel

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

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

jobScheduleId

string

Nom de la planification du travail.

parameters
JobScheduleCreateParameters

Paramètres fournis pour l’opération de planification de tâche de création.

callback

ServiceCallback<JobSchedule>

Rappel

deleteMethod(string, string, string, RequestOptionsBase)

Supprimez la planification du travail identifiée par le nom de la planification du travail.

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

jobScheduleId

string

Nom de la planification du travail.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<RestResponse>

Promesse<msRest.RestResponse>

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

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

jobScheduleId

string

Nom de la planification du travail.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<void>

Rappel

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

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

jobScheduleId

string

Nom de la planification du travail.

callback

ServiceCallback<void>

Rappel

get(string, string, string, RequestOptionsBase)

Récupérez la planification du travail identifiée par le nom de la planification du travail.

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

jobScheduleId

string

Nom de la planification du travail.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.JobScheduleGetResponse>

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

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

jobScheduleId

string

Nom de la planification du travail.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<JobSchedule>

Rappel

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

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

jobScheduleId

string

Nom de la planification du travail.

callback

ServiceCallback<JobSchedule>

Rappel

listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)

Récupérez une liste de planifications de travaux.

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

options
JobScheduleListByAutomationAccountOptionalParams

Paramètres facultatifs

Retours

Promise<Models.JobScheduleListByAutomationAccountResponse>

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

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

options
JobScheduleListByAutomationAccountOptionalParams

Paramètres facultatifs

listByAutomationAccount(string, string, ServiceCallback<JobScheduleListResult>)

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

listByAutomationAccountNext(string, RequestOptionsBase)

Récupérez une liste de planifications de travaux.

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

Paramètres

nextPageLink

string

NextLink de l’appel réussi précédent à l’opération De liste.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.JobScheduleListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<JobScheduleListResult>)

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

Paramètres

nextPageLink

string

NextLink de l’appel réussi précédent à l’opération De liste.

options
RequestOptionsBase

Paramètres facultatifs

listByAutomationAccountNext(string, ServiceCallback<JobScheduleListResult>)

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

Paramètres

nextPageLink

string

NextLink de l’appel réussi précédent à l’opération De liste.