Uses of Class
com.microsoft.azure.management.batch.ScaleSettings
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ScaleSettings in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionPool.scaleSettings()
ScaleSettings.withAutoScale
(AutoScaleSettings autoScale) Set this property and fixedScale are mutually exclusive and one of the properties must be specified.ScaleSettings.withFixedScale
(FixedScaleSettings fixedScale) Set this property and autoScale are mutually exclusive and one of the properties must be specified.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithAttach.withScaleSettings
(ScaleSettings scaleSettings) Specifies the scale settings for the pool.Pool.UpdateDefinitionStages.WithAttach.withScaleSettings
(ScaleSettings scaleSettings) Specifies the scale settings for the pool.Pool.UpdateStages.WithAttach.withScaleSettings
(ScaleSettings scaleSettings) Specifies the scale settings for the pool.