Class ContainerMemoryStatistics

java.lang.Object
com.microsoft.azure.management.appservice.ContainerMemoryStatistics

public class ContainerMemoryStatistics extends Object
The ContainerMemoryStatistics model.
  • Constructor Details

    • ContainerMemoryStatistics

      public ContainerMemoryStatistics()
  • Method Details

    • usage

      public Long usage()
      Get the usage value.
      Returns:
      the usage value
    • withUsage

      public ContainerMemoryStatistics withUsage(Long usage)
      Set the usage value.
      Parameters:
      usage - the usage value to set
      Returns:
      the ContainerMemoryStatistics object itself.
    • maxUsage

      public Long maxUsage()
      Get the maxUsage value.
      Returns:
      the maxUsage value
    • withMaxUsage

      public ContainerMemoryStatistics withMaxUsage(Long maxUsage)
      Set the maxUsage value.
      Parameters:
      maxUsage - the maxUsage value to set
      Returns:
      the ContainerMemoryStatistics object itself.
    • limit

      public Long limit()
      Get the limit value.
      Returns:
      the limit value
    • withLimit

      public ContainerMemoryStatistics withLimit(Long limit)
      Set the limit value.
      Parameters:
      limit - the limit value to set
      Returns:
      the ContainerMemoryStatistics object itself.