Uses of Class
com.azure.resourcemanager.appplatform.models.SkuScaleType
-
Packages that use SkuScaleType Package Description com.azure.resourcemanager.appplatform.models 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 SkuScaleType Modifier and Type Field Description static SkuScaleTypeSkuScaleType. AUTOMATICStatic value Automatic for SkuScaleType.static SkuScaleTypeSkuScaleType. MANUALStatic value Manual for SkuScaleType.static SkuScaleTypeSkuScaleType. NONEStatic value None for SkuScaleType.Methods in com.azure.resourcemanager.appplatform.models that return SkuScaleType Modifier and Type Method Description static SkuScaleTypeSkuScaleType. fromString(String name)Creates or finds a SkuScaleType from its string representation.SkuScaleTypeSkuCapacity. 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 SkuScaleType Modifier and Type Method Description static Collection<SkuScaleType>SkuScaleType. values()Methods in com.azure.resourcemanager.appplatform.models with parameters of type SkuScaleType Modifier and Type Method Description SkuCapacitySkuCapacity. withScaleType(SkuScaleType scaleType)Set the scaleType property: Gets or sets the type of the scale.
-