Uses of Class
com.azure.resourcemanager.batch.models.ScaleSettings
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of ScaleSettings in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPoolInner.scaleSettings()
Get the scaleSettings property: Scale settings for the poolPoolProperties.scaleSettings()
Get the scaleSettings property: Scale settings for the poolModifier and TypeMethodDescriptionPoolInner.withScaleSettings
(ScaleSettings scaleSettings) Set the scaleSettings property: Scale settings for the poolPoolProperties.withScaleSettings
(ScaleSettings scaleSettings) Set the scaleSettings property: Scale settings for the pool -
Uses of ScaleSettings in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPool.scaleSettings()
Gets the scaleSettings property: Scale settings for the poolScaleSettings.withAutoScale
(AutoScaleSettings autoScale) Set the autoScale property: AutoScale settings for the pool.ScaleSettings.withFixedScale
(FixedScaleSettings fixedScale) Set the fixedScale property: Fixed scale settings for the pool.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithScaleSettings.withScaleSettings
(ScaleSettings scaleSettings) Specifies the scaleSettings property: Scale settings for the poolPool.UpdateStages.WithScaleSettings.withScaleSettings
(ScaleSettings scaleSettings) Specifies the scaleSettings property: Scale settings for the pool