Uses of Class
com.azure.resourcemanager.appplatform.models.SkuScaleType
Packages that use SkuScaleType
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of SkuScaleType in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as SkuScaleTypeModifier and TypeFieldDescriptionstatic final SkuScaleTypeSkuScaleType.AUTOMATICStatic value Automatic for SkuScaleType.static final SkuScaleTypeSkuScaleType.MANUALStatic value Manual for SkuScaleType.static final SkuScaleTypeSkuScaleType.NONEStatic value None for SkuScaleType.Methods in com.azure.resourcemanager.appplatform.models that return SkuScaleTypeModifier and TypeMethodDescriptionstatic SkuScaleTypeSkuScaleType.fromString(String name) Creates or finds a SkuScaleType from its string representation.SkuCapacity.scaleType()Get the scaleType property: Gets or sets the type of the scale.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type SkuScaleTypeModifier and TypeMethodDescriptionstatic Collection<SkuScaleType> SkuScaleType.values()Gets known SkuScaleType values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type SkuScaleTypeModifier and TypeMethodDescriptionSkuCapacity.withScaleType(SkuScaleType scaleType) Set the scaleType property: Gets or sets the type of the scale.