Pools Interface
public interface Pools
Resource collection API of Pools.
Method Summary
Method Details
define
public abstract Pool.DefinitionStages.Blank define(String name)
Begins definition for a new Pool resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String projectName, String poolName)
Deletes a machine pool.
Parameters:
delete
public abstract void delete(String resourceGroupName, String projectName, String poolName, Context context)
Deletes a machine pool.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes a machine pool.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes a machine pool.
Parameters:
get
public abstract Pool get(String resourceGroupName, String projectName, String poolName)
Gets a machine pool.
Parameters:
Returns:
getById
public abstract Pool getById(String id)
Gets a machine pool.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Pool> getByIdWithResponse(String id, Context context)
Gets a machine pool.
Parameters:
Returns:
getWithResponse
public abstract Response<Pool> getWithResponse(String resourceGroupName, String projectName, String poolName, Context context)
Gets a machine pool.
Parameters:
Returns:
listByProject
public abstract PagedIterable<Pool> listByProject(String resourceGroupName, String projectName)
Lists pools for a project.
Parameters:
Returns:
listByProject
public abstract PagedIterable<Pool> listByProject(String resourceGroupName, String projectName, Integer top, Context context)
Lists pools for a project.
Parameters:
Returns:
runHealthChecks
public abstract void runHealthChecks(String resourceGroupName, String projectName, String poolName)
Triggers a refresh of the pool status.
Parameters:
runHealthChecks
public abstract void runHealthChecks(String resourceGroupName, String projectName, String poolName, Context context)
Triggers a refresh of the pool status.
Parameters: