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 currentValue property: Current value for the usage quota.

abstract String id()

Gets the id property: Fully qualified ARM resource id.

abstract SignalRUsageInner innerModel()

Gets the inner com.azure.resourcemanager.signalr.fluent.models.SignalRUsageInner object.

abstract Long limit()

Gets the limit property: The maximum permitted value for the usage quota.

abstract SignalRUsageName 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:

the currentValue value.

id

public abstract String id()

Gets the id property: Fully qualified ARM resource id.

Returns:

the id value.

innerModel

public abstract SignalRUsageInner innerModel()

Gets the inner com.azure.resourcemanager.signalr.fluent.models.SignalRUsageInner object.

Returns:

the inner object.

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:

the limit value.

name

public abstract SignalRUsageName name()

Gets the name property: Localizable String object containing the name and a localized value.

Returns:

the name value.

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:

the unit value.

Applies to