Partager via


IJobScheduleOperations Interface

Définition

Opérations JobScheduleOperations.

public interface IJobScheduleOperations
type IJobScheduleOperations = interface
Public Interface IJobScheduleOperations

Méthodes

AddWithHttpMessagesAsync(JobScheduleAddParameter, JobScheduleAddOptions, Dictionary<String,List<String>>, CancellationToken)

Ajoute une planification de travail au compte spécifié.

DeleteWithHttpMessagesAsync(String, JobScheduleDeleteOptions, Dictionary<String,List<String>>, CancellationToken)

Supprime une planification de travail du compte spécifié.

DisableWithHttpMessagesAsync(String, JobScheduleDisableOptions, Dictionary<String,List<String>>, CancellationToken)

Désactive une planification de travail.

EnableWithHttpMessagesAsync(String, JobScheduleEnableOptions, Dictionary<String,List<String>>, CancellationToken)

Active une planification de travail.

ExistsWithHttpMessagesAsync(String, JobScheduleExistsOptions, Dictionary<String,List<String>>, CancellationToken)

Vérifie l’existence de la planification de travail spécifiée.

GetWithHttpMessagesAsync(String, JobScheduleGetOptions, Dictionary<String,List<String>>, CancellationToken)

Obtient des informations sur la planification de travail spécifiée.

ListNextWithHttpMessagesAsync(String, JobScheduleListNextOptions, Dictionary<String,List<String>>, CancellationToken)

Répertorie toutes les planifications de travaux dans le compte spécifié.

ListWithHttpMessagesAsync(JobScheduleListOptions, Dictionary<String,List<String>>, CancellationToken)

Répertorie toutes les planifications de travaux dans le compte spécifié.

PatchWithHttpMessagesAsync(String, JobSchedulePatchParameter, JobSchedulePatchOptions, Dictionary<String,List<String>>, CancellationToken)

Mises à jour les propriétés de la planification de travail spécifiée.

TerminateWithHttpMessagesAsync(String, JobScheduleTerminateOptions, Dictionary<String,List<String>>, CancellationToken)

Met fin à une planification de travail.

UpdateWithHttpMessagesAsync(String, JobScheduleUpdateParameter, JobScheduleUpdateOptions, Dictionary<String,List<String>>, CancellationToken)

Mises à jour les propriétés de la planification de travail spécifiée.

Méthodes d’extension

Add(IJobScheduleOperations, JobScheduleAddParameter, JobScheduleAddOptions)

Ajoute une planification de travail au compte spécifié.

AddAsync(IJobScheduleOperations, JobScheduleAddParameter, JobScheduleAddOptions, CancellationToken)

Ajoute une planification de travail au compte spécifié.

Delete(IJobScheduleOperations, String, JobScheduleDeleteOptions)

Supprime une planification de travail du compte spécifié.

DeleteAsync(IJobScheduleOperations, String, JobScheduleDeleteOptions, CancellationToken)

Supprime une planification de travail du compte spécifié.

Disable(IJobScheduleOperations, String, JobScheduleDisableOptions)

Désactive une planification de travail.

DisableAsync(IJobScheduleOperations, String, JobScheduleDisableOptions, CancellationToken)

Désactive une planification de travail.

Enable(IJobScheduleOperations, String, JobScheduleEnableOptions)

Active une planification de travail.

EnableAsync(IJobScheduleOperations, String, JobScheduleEnableOptions, CancellationToken)

Active une planification de travail.

Exists(IJobScheduleOperations, String, JobScheduleExistsOptions)

Vérifie l’existence de la planification de travail spécifiée.

ExistsAsync(IJobScheduleOperations, String, JobScheduleExistsOptions, CancellationToken)

Vérifie l’existence de la planification de travail spécifiée.

Get(IJobScheduleOperations, String, JobScheduleGetOptions)

Obtient des informations sur la planification de travail spécifiée.

GetAsync(IJobScheduleOperations, String, JobScheduleGetOptions, CancellationToken)

Obtient des informations sur la planification de travail spécifiée.

List(IJobScheduleOperations, JobScheduleListOptions)

Répertorie toutes les planifications de travaux dans le compte spécifié.

ListAsync(IJobScheduleOperations, JobScheduleListOptions, CancellationToken)

Répertorie toutes les planifications de travaux dans le compte spécifié.

ListNext(IJobScheduleOperations, String, JobScheduleListNextOptions)

Répertorie toutes les planifications de travaux dans le compte spécifié.

ListNextAsync(IJobScheduleOperations, String, JobScheduleListNextOptions, CancellationToken)

Répertorie toutes les planifications de travaux dans le compte spécifié.

Patch(IJobScheduleOperations, String, JobSchedulePatchParameter, JobSchedulePatchOptions)

Mises à jour les propriétés de la planification de travail spécifiée.

PatchAsync(IJobScheduleOperations, String, JobSchedulePatchParameter, JobSchedulePatchOptions, CancellationToken)

Mises à jour les propriétés de la planification de travail spécifiée.

Terminate(IJobScheduleOperations, String, JobScheduleTerminateOptions)

Met fin à une planification de travail.

TerminateAsync(IJobScheduleOperations, String, JobScheduleTerminateOptions, CancellationToken)

Met fin à une planification de travail.

Update(IJobScheduleOperations, String, JobScheduleUpdateParameter, JobScheduleUpdateOptions)

Mises à jour les propriétés de la planification de travail spécifiée.

UpdateAsync(IJobScheduleOperations, String, JobScheduleUpdateParameter, JobScheduleUpdateOptions, CancellationToken)

Mises à jour les propriétés de la planification de travail spécifiée.

S’applique à