IMachinesOperations Interface

Definition

MachinesOperations operations.

public interface IMachinesOperations
type IMachinesOperations = interface
Public Interface IMachinesOperations

Methods

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

Get a specific machine in the specified agent pool.

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

Gets a list of machines in the specified agent pool.

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

Gets a list of machines in the specified agent pool.

Extension Methods

Name Description
Get(IMachinesOperations, String, String, String, String)

Get a specific machine in the specified agent pool.

GetAsync(IMachinesOperations, String, String, String, String, CancellationToken)

Get a specific machine in the specified agent pool.

List(IMachinesOperations, String, String, String)

Gets a list of machines in the specified agent pool.

ListAsync(IMachinesOperations, String, String, String, CancellationToken)

Gets a list of machines in the specified agent pool.

ListNext(IMachinesOperations, String)

Gets a list of machines in the specified agent pool.

ListNextAsync(IMachinesOperations, String, CancellationToken)

Gets a list of machines in the specified agent pool.

Applies to