MachinesOperationsExtensions Class
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.
Extension methods for MachinesOperations
public static class MachinesOperationsExtensions
type MachinesOperationsExtensions = class
Public Module MachinesOperationsExtensions
- Inheritance
-
MachinesOperationsExtensions
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. |