共用方式為


IJobAgentsOperations Interface

Definition

JobAgentsOperations operations.

public interface IJobAgentsOperations
type IJobAgentsOperations = interface
Public Interface IJobAgentsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, JobAgentInner, 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, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates a job agent.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, JobAgentInner, 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, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates a job agent.

Extension Methods

BeginCreateOrUpdateAsync(IJobAgentsOperations, String, String, String, JobAgentInner, CancellationToken)

Creates or updates a job agent.

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

Deletes a job agent.

BeginUpdateAsync(IJobAgentsOperations, String, String, String, IDictionary<String,String>, CancellationToken)

Updates a job agent.

CreateOrUpdateAsync(IJobAgentsOperations, String, String, String, JobAgentInner, CancellationToken)

Creates or updates a job agent.

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

Deletes a job agent.

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

Gets a job agent.

ListByServerAsync(IJobAgentsOperations, String, String, CancellationToken)

Gets a list of job agents in a server.

ListByServerNextAsync(IJobAgentsOperations, String, CancellationToken)

Gets a list of job agents in a server.

UpdateAsync(IJobAgentsOperations, String, String, String, IDictionary<String,String>, CancellationToken)

Updates a job agent.

Applies to