MachinesOperations interface

Interface representing a Machines operations.

Properties

get

Get a specific machine in the specified agent pool.

list

Gets a list of machines in the specified agent pool.

Property Details

get

Get a specific machine in the specified agent pool.

get: (resourceGroupName: string, resourceName: string, agentPoolName: string, machineName: string, options?: MachinesGetOptionalParams) => Promise<Machine>

Property Value

(resourceGroupName: string, resourceName: string, agentPoolName: string, machineName: string, options?: MachinesGetOptionalParams) => Promise<Machine>

list

Gets a list of machines in the specified agent pool.

list: (resourceGroupName: string, resourceName: string, agentPoolName: string, options?: MachinesListOptionalParams) => PagedAsyncIterableIterator<Machine, Machine[], PageSettings>

Property Value

(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: MachinesListOptionalParams) => PagedAsyncIterableIterator<Machine, Machine[], PageSettings>