Uses of Class
com.azure.resourcemanager.labservices.models.ScaleType
Packages that use ScaleType
Package
Description
Package containing the data models for LabServicesClient.
-
Uses of ScaleType in com.azure.resourcemanager.labservices.models
Fields in com.azure.resourcemanager.labservices.models declared as ScaleTypeModifier and TypeFieldDescriptionstatic final ScaleType
ScaleType.AUTOMATIC
Static value Automatic for ScaleType.static final ScaleType
ScaleType.MANUAL
Static value Manual for ScaleType.static final ScaleType
ScaleType.NONE
Static value None for ScaleType.Methods in com.azure.resourcemanager.labservices.models that return ScaleTypeModifier and TypeMethodDescriptionstatic ScaleType
ScaleType.fromString
(String name) Creates or finds a ScaleType from its string representation.LabServicesSkuCapacity.scaleType()
Get the scaleType property: The localized name of the resource.Methods in com.azure.resourcemanager.labservices.models that return types with arguments of type ScaleTypeModifier and TypeMethodDescriptionstatic Collection<ScaleType>
ScaleType.values()
Gets known ScaleType values.