Interface SignalRServiceUsage


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

    Modifier and Type
    Method
    Description
    Gets the currentValue property: Current value for the usage quota.
    id()
    Gets the id property: Fully qualified ARM resource id.
    Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.SignalRServiceUsageInner object.
    Gets the limit property: The maximum permitted value for the usage quota.
    Gets the name property: Localizable String object containing the name and a localized value.
    Gets the unit property: Representing the units of the usage quota.
  • Method Details

    • 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

      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

      Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.SignalRServiceUsageInner object.
      Returns:
      the inner object.