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