Compartir a través de


JobAgentsOperationsExtensions Clase

Definición

Métodos de extensión para JobAgentsOperations.

public static class JobAgentsOperationsExtensions
type JobAgentsOperationsExtensions = class
Public Module JobAgentsOperationsExtensions
Herencia
JobAgentsOperationsExtensions

Métodos

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

Crea o actualiza un agente de trabajo.

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

Crea o actualiza un agente de trabajo.

BeginDelete(IJobAgentsOperations, String, String, String)

Elimina un agente de trabajo.

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

Elimina un agente de trabajo.

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

Novedades un agente de trabajo.

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

Novedades un agente de trabajo.

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

Crea o actualiza un agente de trabajo.

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

Crea o actualiza un agente de trabajo.

Delete(IJobAgentsOperations, String, String, String)

Elimina un agente de trabajo.

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

Elimina un agente de trabajo.

Get(IJobAgentsOperations, String, String, String)

Obtiene un agente de trabajo.

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

Obtiene un agente de trabajo.

ListByServer(IJobAgentsOperations, String, String)

Obtiene una lista de agentes de trabajo en un servidor.

ListByServerAsync(IJobAgentsOperations, String, String, CancellationToken)

Obtiene una lista de agentes de trabajo en un servidor.

ListByServerNext(IJobAgentsOperations, String)

Obtiene una lista de agentes de trabajo en un servidor.

ListByServerNextAsync(IJobAgentsOperations, String, CancellationToken)

Obtiene una lista de agentes de trabajo en un servidor.

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

Novedades un agente de trabajo.

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

Novedades un agente de trabajo.

Se aplica a