Uses of Class
com.azure.resourcemanager.appplatform.models.SkuCapacity
-
Packages that use SkuCapacity Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of SkuCapacity in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return SkuCapacity Modifier and Type Method Description SkuCapacityResourceSku. capacity()Get the capacity property: Gets the capacity of SKU.SkuCapacitySkuCapacity. withDefaultProperty(Integer defaultProperty)Set the defaultProperty property: Gets or sets the default.SkuCapacitySkuCapacity. withMaximum(Integer maximum)Set the maximum property: Gets or sets the maximum.SkuCapacitySkuCapacity. withMinimum(int minimum)Set the minimum property: Gets or sets the minimum.SkuCapacitySkuCapacity. withScaleType(SkuScaleType scaleType)Set the scaleType property: Gets or sets the type of the scale.Methods in com.azure.resourcemanager.appplatform.models with parameters of type SkuCapacity Modifier and Type Method Description ResourceSkuResourceSku. withCapacity(SkuCapacity capacity)Set the capacity property: Gets the capacity of SKU.
-