Uses of Class
com.azure.resourcemanager.appplatform.models.SkuCapacity
Packages that use SkuCapacity
Package
Description
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 SkuCapacityModifier and TypeMethodDescriptionResourceSku.capacity()Get the capacity property: Gets the capacity of SKU.SkuCapacity.withDefaultProperty(Integer defaultProperty) Set the defaultProperty property: Gets or sets the default.SkuCapacity.withMaximum(Integer maximum) Set the maximum property: Gets or sets the maximum.SkuCapacity.withMinimum(int minimum) Set the minimum property: Gets or sets the minimum.SkuCapacity.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 SkuCapacityModifier and TypeMethodDescriptionResourceSku.withCapacity(SkuCapacity capacity) Set the capacity property: Gets the capacity of SKU.