| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SiteLimits |
SiteConfigInner.limits()
Get the limits property: Site limits.
|
SiteLimits |
SiteConfigResourceInner.limits()
Get the limits property: Site limits.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfigInner |
SiteConfigInner.withLimits(SiteLimits limits)
Set the limits property: Site limits.
|
SiteConfigResourceInner |
SiteConfigResourceInner.withLimits(SiteLimits limits)
Set the limits property: Site limits.
|
| Modifier and Type | Method and Description |
|---|---|
SiteLimits |
SiteLimits.withMaxDiskSizeInMb(Long maxDiskSizeInMb)
Set the maxDiskSizeInMb property: Maximum allowed disk size usage in MB.
|
SiteLimits |
SiteLimits.withMaxMemoryInMb(Long maxMemoryInMb)
Set the maxMemoryInMb property: Maximum allowed memory usage in MB.
|
SiteLimits |
SiteLimits.withMaxPercentageCpu(Double maxPercentageCpu)
Set the maxPercentageCpu property: Maximum allowed CPU usage percentage.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.