Interface SignalRUsage


  • public interface SignalRUsage
    An immutable client-side representation of SignalRUsage.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Long currentValue()
      Gets the currentValue property: Current value for the usage quota.
      String id()
      Gets the id property: Fully qualified ARM resource id.
      SignalRUsageInner innerModel()
      Gets the inner com.azure.resourcemanager.signalr.fluent.models.SignalRUsageInner object.
      Long limit()
      Gets the limit property: The maximum permitted value for the usage quota.
      SignalRUsageName name()
      Gets the name property: Localizable String object containing the name and a localized value.
      String unit()
      Gets the unit property: Representing the units of the usage quota.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified ARM resource id.
        Returns:
        the id value.
      • currentValue

        Long currentValue()
        Gets the currentValue property: Current value for the usage quota.
        Returns:
        the currentValue value.
      • limit

        Long limit()
        Gets 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.
      • name

        SignalRUsageName name()
        Gets the name property: Localizable String object containing the name and a localized value.
        Returns:
        the name value.
      • unit

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

        SignalRUsageInner innerModel()
        Gets the inner com.azure.resourcemanager.signalr.fluent.models.SignalRUsageInner object.
        Returns:
        the inner object.