| Modifier and Type | Method and Description |
|---|---|
SiteLimits |
SiteConfig.limits()
Get the limits value.
|
SiteLimits |
SiteLimits.withMaxDiskSizeInMb(Long maxDiskSizeInMb)
Set the maxDiskSizeInMb value.
|
SiteLimits |
SiteLimits.withMaxMemoryInMb(Long maxMemoryInMb)
Set the maxMemoryInMb value.
|
SiteLimits |
SiteLimits.withMaxPercentageCpu(Double maxPercentageCpu)
Set the maxPercentageCpu value.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withLimits(SiteLimits limits)
Set the limits value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/