Partager via


JobAgentsOperationsExtensions Classe

Définition

Méthodes d’extension pour JobAgentsOperations.

public static class JobAgentsOperationsExtensions
type JobAgentsOperationsExtensions = class
Public Module JobAgentsOperationsExtensions
Héritage
JobAgentsOperationsExtensions

Méthodes

BeginCreateOrUpdate(IJobAgentsOperations, String, String, String, JobAgent)

Crée ou met à jour un agent de travail.

BeginCreateOrUpdateAsync(IJobAgentsOperations, String, String, String, JobAgent, CancellationToken)

Crée ou met à jour un agent de travail.

BeginDelete(IJobAgentsOperations, String, String, String)

Supprime un agent de travail.

BeginDeleteAsync(IJobAgentsOperations, String, String, String, CancellationToken)

Supprime un agent de travail.

BeginUpdate(IJobAgentsOperations, String, String, String, JobAgentUpdate)

Mises à jour un agent de travail.

BeginUpdateAsync(IJobAgentsOperations, String, String, String, JobAgentUpdate, CancellationToken)

Mises à jour un agent de travail.

CreateOrUpdate(IJobAgentsOperations, String, String, String, JobAgent)

Crée ou met à jour un agent de travail.

CreateOrUpdateAsync(IJobAgentsOperations, String, String, String, JobAgent, CancellationToken)

Crée ou met à jour un agent de travail.

Delete(IJobAgentsOperations, String, String, String)

Supprime un agent de travail.

DeleteAsync(IJobAgentsOperations, String, String, String, CancellationToken)

Supprime un agent de travail.

Get(IJobAgentsOperations, String, String, String)

Obtient un agent de travail.

GetAsync(IJobAgentsOperations, String, String, String, CancellationToken)

Obtient un agent de travail.

ListByServer(IJobAgentsOperations, String, String)

Obtient la liste des agents de travail dans un serveur.

ListByServerAsync(IJobAgentsOperations, String, String, CancellationToken)

Obtient la liste des agents de travail dans un serveur.

ListByServerNext(IJobAgentsOperations, String)

Obtient la liste des agents de travail dans un serveur.

ListByServerNextAsync(IJobAgentsOperations, String, CancellationToken)

Obtient la liste des agents de travail dans un serveur.

Update(IJobAgentsOperations, String, String, String, JobAgentUpdate)

Mises à jour un agent de travail.

UpdateAsync(IJobAgentsOperations, String, String, String, JobAgentUpdate, CancellationToken)

Mises à jour un agent de travail.

S’applique à