Uses of Class
com.azure.resourcemanager.appservice.models.SiteLimits
Packages that use SiteLimits
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of SiteLimits in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteLimitsModifier and TypeMethodDescriptionSiteConfigInner.limits()
Get the limits property: Site limits.SiteConfigResourceInner.limits()
Get the limits property: Site limits.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SiteLimitsModifier and TypeMethodDescriptionSiteConfigInner.withLimits
(SiteLimits limits) Set the limits property: Site limits.SiteConfigResourceInner.withLimits
(SiteLimits limits) Set the limits property: Site limits. -
Uses of SiteLimits in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SiteLimitsModifier and TypeMethodDescriptionstatic SiteLimits
SiteLimits.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SiteLimits from the JsonReader.SiteLimits.withMaxDiskSizeInMb
(Long maxDiskSizeInMb) Set the maxDiskSizeInMb property: Maximum allowed disk size usage in MB.SiteLimits.withMaxMemoryInMb
(Long maxMemoryInMb) Set the maxMemoryInMb property: Maximum allowed memory usage in MB.SiteLimits.withMaxPercentageCpu
(Double maxPercentageCpu) Set the maxPercentageCpu property: Maximum allowed CPU usage percentage.