Uses of Class
com.azure.resourcemanager.batch.models.ScaleSettings
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return ScaleSettingsModifier and TypeMethodDescriptionPoolInner.scaleSettings()Get the scaleSettings property: Scale settings for the pool Defines the desired size of the pool.PoolProperties.scaleSettings()Get the scaleSettings property: Scale settings for the pool Defines the desired size of the pool.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type ScaleSettingsModifier and TypeMethodDescriptionPoolInner.withScaleSettings(ScaleSettings scaleSettings) Set the scaleSettings property: Scale settings for the pool Defines the desired size of the pool.PoolProperties.withScaleSettings(ScaleSettings scaleSettings) Set the scaleSettings property: Scale settings for the pool Defines the desired size of the pool. -
Uses of ScaleSettings in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return ScaleSettingsModifier and TypeMethodDescriptionPool.scaleSettings()Gets the scaleSettings property: Scale settings for the pool Defines the desired size of the pool.ScaleSettings.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.Methods in com.azure.resourcemanager.batch.models with parameters of type ScaleSettingsModifier and TypeMethodDescriptionPool.DefinitionStages.WithScaleSettings.withScaleSettings(ScaleSettings scaleSettings) Specifies the scaleSettings property: Scale settings for the pool Defines the desired size of the pool.Pool.UpdateStages.WithScaleSettings.withScaleSettings(ScaleSettings scaleSettings) Specifies the scaleSettings property: Scale settings for the pool Defines the desired size of the pool.