MachinesOperationsExtensions Class

Definition

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.

Applies to