Uses of Class
com.azure.resourcemanager.appservice.models.SiteLimits
-
Packages that use SiteLimits Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 SiteLimits Modifier and Type Method Description SiteLimitsSiteConfigInner. limits()Get the limits property: Site limits.SiteLimitsSiteConfigResourceInner. limits()Get the limits property: Site limits.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SiteLimits Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withLimits(SiteLimits limits)Set the limits property: Site limits.SiteConfigResourceInnerSiteConfigResourceInner. 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 SiteLimits Modifier and Type Method Description SiteLimitsSiteLimits. withMaxDiskSizeInMb(Long maxDiskSizeInMb)Set the maxDiskSizeInMb property: Maximum allowed disk size usage in MB.SiteLimitsSiteLimits. withMaxMemoryInMb(Long maxMemoryInMb)Set the maxMemoryInMb property: Maximum allowed memory usage in MB.SiteLimitsSiteLimits. withMaxPercentageCpu(Double maxPercentageCpu)Set the maxPercentageCpu property: Maximum allowed CPU usage percentage.
-