Share via


IJobAgentsOperations Interface

Definition

JobAgentsOperations operations.

public interface IJobAgentsOperations
type IJobAgentsOperations = interface
Public Interface IJobAgentsOperations

Methods

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

Creates or updates a job agent.

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

Deletes a job agent.

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

Updates a job agent.

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

Creates or updates a job agent.

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

Deletes a job agent.

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

Gets a job agent.

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

Gets a list of job agents in a server.

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

Gets a list of job agents in a server.

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

Updates a job agent.

Extension Methods

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

Creates or updates a job agent.

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

Creates or updates a job agent.

BeginDelete(IJobAgentsOperations, String, String, String)

Deletes a job agent.

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

Deletes a job agent.

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

Updates a job agent.

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

Updates a job agent.

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

Creates or updates a job agent.

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

Creates or updates a job agent.

Delete(IJobAgentsOperations, String, String, String)

Deletes a job agent.

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

Deletes a job agent.

Get(IJobAgentsOperations, String, String, String)

Gets a job agent.

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

Gets a job agent.

ListByServer(IJobAgentsOperations, String, String)

Gets a list of job agents in a server.

ListByServerAsync(IJobAgentsOperations, String, String, CancellationToken)

Gets a list of job agents in a server.

ListByServerNext(IJobAgentsOperations, String)

Gets a list of job agents in a server.

ListByServerNextAsync(IJobAgentsOperations, String, CancellationToken)

Gets a list of job agents in a server.

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

Updates a job agent.

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

Updates a job agent.

Applies to