JobScheduleOperations class
Classe représentant un JobScheduleOperations.
Constructeurs
| Job |
Créez un JobScheduleOperations. |
Méthodes
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<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>)
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
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
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<JobScheduleGetResponse>
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
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
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.
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.
Paramètres facultatifs
- callback
Rappel
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.
- callback
Rappel
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
- callback
Rappel
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.
- callback
Rappel