SignalRUsage Interface
public interface SignalRUsage
An immutable client-side representation of SignalRUsage.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Long |
currentValue()
Gets the current |
| abstract String |
id()
Gets the id property: Fully qualified ARM resource id. |
|
abstract
Signal |
innerModel()
Gets the inner com. |
| abstract Long |
limit()
Gets the limit property: The maximum permitted value for the usage quota. |
|
abstract
Signal |
name()
Gets the name property: Localizable String object containing the name and a localized value. |
| abstract String |
unit()
Gets the unit property: Representing the units of the usage quota. |
Method Details
currentValue
public abstract Long currentValue()
Gets the currentValue property: Current value for the usage quota.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified ARM resource id.
Returns:
innerModel
public abstract SignalRUsageInner innerModel()
Gets the inner com.azure.resourcemanager.signalr.fluent.models.SignalRUsageInner object.
Returns:
limit
public abstract 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:
name
public abstract SignalRUsageName name()
Gets the name property: Localizable String object containing the name and a localized value.
Returns:
unit
public abstract String unit()
Gets the unit property: Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.
Returns: