IMachinesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |