Uses of Class
com.microsoft.azure.management.appservice.SiteLimits
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of SiteLimits in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionSiteConfig.limits()
Get site limits.SiteLimits.withMaxDiskSizeInMb
(Long maxDiskSizeInMb) Set maximum allowed disk size usage in MB.SiteLimits.withMaxMemoryInMb
(Long maxMemoryInMb) Set maximum allowed memory usage in MB.SiteLimits.withMaxPercentageCpu
(Double maxPercentageCpu) Set maximum allowed CPU usage percentage.