Uses of Interface
com.azure.resourcemanager.batch.models.Pool
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of Pool in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPool.Update.apply()
Executes the update request.Pool.Update.apply
(com.azure.core.util.Context context) Executes the update request.Pool.DefinitionStages.WithCreate.create()
Executes the create request.Pool.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Pool.disableAutoScale()
Disables automatic scaling for a pool.Pools.disableAutoScale
(String resourceGroupName, String accountName, String poolName) Disables automatic scaling for a pool.Gets information about the specified pool.Gets information about the specified pool.Pool.refresh()
Refreshes the resource to sync with Azure.Pool.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Pool.stopResize()
Stops an ongoing resize operation on the pool.Pools.stopResize
(String resourceGroupName, String accountName, String poolName) Stops an ongoing resize operation on the pool.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Pool>
Pool.disableAutoScaleWithResponse
(com.azure.core.util.Context context) Disables automatic scaling for a pool.com.azure.core.http.rest.Response<Pool>
Pools.disableAutoScaleWithResponse
(String resourceGroupName, String accountName, String poolName, com.azure.core.util.Context context) Disables automatic scaling for a pool.com.azure.core.http.rest.Response<Pool>
Pools.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets information about the specified pool.com.azure.core.http.rest.Response<Pool>
Pools.getWithResponse
(String resourceGroupName, String accountName, String poolName, com.azure.core.util.Context context) Gets information about the specified pool.com.azure.core.http.rest.PagedIterable<Pool>
Pools.listByBatchAccount
(String resourceGroupName, String accountName) Lists all of the pools in the specified account.com.azure.core.http.rest.PagedIterable<Pool>
Pools.listByBatchAccount
(String resourceGroupName, String accountName, Integer maxresults, String select, String filter, com.azure.core.util.Context context) Lists all of the pools in the specified account.com.azure.core.http.rest.Response<Pool>
Pool.stopResizeWithResponse
(com.azure.core.util.Context context) Stops an ongoing resize operation on the pool.com.azure.core.http.rest.Response<Pool>
Pools.stopResizeWithResponse
(String resourceGroupName, String accountName, String poolName, com.azure.core.util.Context context) Stops an ongoing resize operation on the pool.