Class CsmUsageQuotaInner

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.CsmUsageQuotaInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<CsmUsageQuotaInner>

public final class CsmUsageQuotaInner extends Object implements com.azure.json.JsonSerializable<CsmUsageQuotaInner>
Usage of the quota resource.
  • Constructor Details

    • CsmUsageQuotaInner

      public CsmUsageQuotaInner()
      Creates an instance of CsmUsageQuotaInner class.
  • Method Details

    • unit

      public String unit()
      Get the unit property: Units of measurement for the quota resource.
      Returns:
      the unit value.
    • withUnit

      public CsmUsageQuotaInner withUnit(String unit)
      Set the unit property: Units of measurement for the quota resource.
      Parameters:
      unit - the unit value to set.
      Returns:
      the CsmUsageQuotaInner object itself.
    • nextResetTime

      public OffsetDateTime nextResetTime()
      Get the nextResetTime property: Next reset time for the resource counter.
      Returns:
      the nextResetTime value.
    • withNextResetTime

      public CsmUsageQuotaInner withNextResetTime(OffsetDateTime nextResetTime)
      Set the nextResetTime property: Next reset time for the resource counter.
      Parameters:
      nextResetTime - the nextResetTime value to set.
      Returns:
      the CsmUsageQuotaInner object itself.
    • currentValue

      public Long currentValue()
      Get the currentValue property: The current value of the resource counter.
      Returns:
      the currentValue value.
    • withCurrentValue

      public CsmUsageQuotaInner withCurrentValue(Long currentValue)
      Set the currentValue property: The current value of the resource counter.
      Parameters:
      currentValue - the currentValue value to set.
      Returns:
      the CsmUsageQuotaInner object itself.
    • limit

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

      public CsmUsageQuotaInner withLimit(Long limit)
      Set the limit property: The resource limit.
      Parameters:
      limit - the limit value to set.
      Returns:
      the CsmUsageQuotaInner object itself.
    • name

      public LocalizableString name()
      Get the name property: Quota name.
      Returns:
      the name value.
    • withName

      public CsmUsageQuotaInner withName(LocalizableString name)
      Set the name property: Quota name.
      Parameters:
      name - the name value to set.
      Returns:
      the CsmUsageQuotaInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<CsmUsageQuotaInner>
      Throws:
      IOException
    • fromJson

      public static CsmUsageQuotaInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of CsmUsageQuotaInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of CsmUsageQuotaInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the CsmUsageQuotaInner.