Freigeben über


IJobAgentsOperations Schnittstelle

Definition

JobAgentsOperations-Vorgänge.

public interface IJobAgentsOperations
type IJobAgentsOperations = interface
Public Interface IJobAgentsOperations

Methoden

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, JobAgent, Dictionary<String,List<String>>, CancellationToken)

Erstellt oder aktualisiert einen Auftrags-Agent.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Löscht einen Auftrags-Agent.

BeginUpdateWithHttpMessagesAsync(String, String, String, JobAgentUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates einen Auftrags-Agent.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, JobAgent, Dictionary<String,List<String>>, CancellationToken)

Erstellt oder aktualisiert einen Auftrags-Agent.

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

Löscht einen Auftrags-Agent.

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

Ruft einen Auftrags-Agent ab.

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Ruft eine Liste der Auftrags-Agents auf einem Server ab.

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft eine Liste der Auftrags-Agents auf einem Server ab.

UpdateWithHttpMessagesAsync(String, String, String, JobAgentUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates einen Auftrags-Agent.

Erweiterungsmethoden

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

Erstellt oder aktualisiert einen Auftrags-Agent.

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

Erstellt oder aktualisiert einen Auftrags-Agent.

BeginDelete(IJobAgentsOperations, String, String, String)

Löscht einen Auftrags-Agent.

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

Löscht einen Auftrags-Agent.

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

Updates einen Auftrags-Agent.

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

Updates einen Auftrags-Agent.

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

Erstellt oder aktualisiert einen Auftrags-Agent.

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

Erstellt oder aktualisiert einen Auftrags-Agent.

Delete(IJobAgentsOperations, String, String, String)

Löscht einen Auftrags-Agent.

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

Löscht einen Auftrags-Agent.

Get(IJobAgentsOperations, String, String, String)

Ruft einen Auftrags-Agent ab.

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

Ruft einen Auftrags-Agent ab.

ListByServer(IJobAgentsOperations, String, String)

Ruft eine Liste der Auftrags-Agents auf einem Server ab.

ListByServerAsync(IJobAgentsOperations, String, String, CancellationToken)

Ruft eine Liste der Auftrags-Agents auf einem Server ab.

ListByServerNext(IJobAgentsOperations, String)

Ruft eine Liste der Auftrags-Agents auf einem Server ab.

ListByServerNextAsync(IJobAgentsOperations, String, CancellationToken)

Ruft eine Liste der Auftrags-Agents auf einem Server ab.

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

Updates einen Auftrags-Agent.

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

Updates einen Auftrags-Agent.

Gilt für: