Class ContainerMemoryStatistics
java.lang.Object
com.microsoft.azure.management.appservice.ContainerMemoryStatistics
The ContainerMemoryStatistics model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlimit()
Get the limit value.maxUsage()
Get the maxUsage value.usage()
Get the usage value.Set the limit value.withMaxUsage
(Long maxUsage) Set the maxUsage value.Set the usage value.
-
Constructor Details
-
ContainerMemoryStatistics
public ContainerMemoryStatistics()
-
-
Method Details
-
usage
Get the usage value.- Returns:
- the usage value
-
withUsage
Set the usage value.- Parameters:
usage
- the usage value to set- Returns:
- the ContainerMemoryStatistics object itself.
-
maxUsage
Get the maxUsage value.- Returns:
- the maxUsage value
-
withMaxUsage
Set the maxUsage value.- Parameters:
maxUsage
- the maxUsage value to set- Returns:
- the ContainerMemoryStatistics object itself.
-
limit
Get the limit value.- Returns:
- the limit value
-
withLimit
Set the limit value.- Parameters:
limit
- the limit value to set- Returns:
- the ContainerMemoryStatistics object itself.
-