Uses of Class
com.microsoft.azure.management.batch.ScaleSettings
Packages that use ScaleSettings
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ScaleSettings in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ScaleSettingsModifier 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.Methods in com.microsoft.azure.management.batch with parameters of type ScaleSettingsModifier 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.