BatchClient.DisableAutoScale(PoolOperationParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disables automatic scaling on the specified pool.
public void DisableAutoScale (Microsoft.Azure.Commands.Batch.Models.PoolOperationParameters parameters);
member this.DisableAutoScale : Microsoft.Azure.Commands.Batch.Models.PoolOperationParameters -> unit
Public Sub DisableAutoScale (parameters As PoolOperationParameters)
Parameters
- parameters
- PoolOperationParameters
The parameters specifying the target pool.