Class SignalRServiceUsageInner

java.lang.Object
com.azure.resourcemanager.webpubsub.fluent.models.SignalRServiceUsageInner

public final class SignalRServiceUsageInner extends Object
Object that describes a specific usage of the resources.
  • Constructor Details

    • SignalRServiceUsageInner

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

    • id

      public String id()
      Get the id property: Fully qualified ARM resource id.
      Returns:
      the id value.
    • withId

      public SignalRServiceUsageInner withId(String id)
      Set the id property: Fully qualified ARM resource id.
      Parameters:
      id - the id value to set.
      Returns:
      the SignalRServiceUsageInner object itself.
    • currentValue

      public Long currentValue()
      Get the currentValue property: Current value for the usage quota.
      Returns:
      the currentValue value.
    • withCurrentValue

      public SignalRServiceUsageInner withCurrentValue(Long currentValue)
      Set the currentValue property: Current value for the usage quota.
      Parameters:
      currentValue - the currentValue value to set.
      Returns:
      the SignalRServiceUsageInner object itself.
    • limit

      public Long limit()
      Get the limit property: The maximum permitted value for the usage quota. If there is no limit, this value will be -1.
      Returns:
      the limit value.
    • withLimit

      public SignalRServiceUsageInner withLimit(Long limit)
      Set the limit property: The maximum permitted value for the usage quota. If there is no limit, this value will be -1.
      Parameters:
      limit - the limit value to set.
      Returns:
      the SignalRServiceUsageInner object itself.
    • name

      public SignalRServiceUsageName name()
      Get the name property: Localizable String object containing the name and a localized value.
      Returns:
      the name value.
    • withName

      Set the name property: Localizable String object containing the name and a localized value.
      Parameters:
      name - the name value to set.
      Returns:
      the SignalRServiceUsageInner object itself.
    • unit

      public String unit()
      Get the unit property: Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.
      Returns:
      the unit value.
    • withUnit

      public SignalRServiceUsageInner withUnit(String unit)
      Set the unit property: Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.
      Parameters:
      unit - the unit value to set.
      Returns:
      the SignalRServiceUsageInner object itself.
    • validate

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