MachinesClient Interface
public interface MachinesClient
An instance of this class provides access to all the operations defined in MachinesClient.
Method Summary
Method Details
get
public abstract MachineInner get(String resourceGroupName, String resourceName, String agentPoolName, String machineName)
Get a specific machine in the specified agent pool.
Parameters:
Returns:
getAsync
public abstract Mono
Get a specific machine in the specified agent pool.
Parameters:
Returns:
getWithResponse
public abstract Response
Get a specific machine in the specified agent pool.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get a specific machine in the specified agent pool.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of machines in the specified agent pool.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of machines in the specified agent pool.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of machines in the specified agent pool.
Parameters:
Returns:
Applies to
Azure SDK for Java