SignalRServiceUsage Interface

public interface SignalRServiceUsage

An immutable client-side representation of SignalRServiceUsage.

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 SignalRServiceUsageInner innerModel()

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

abstract Long limit()

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

abstract SignalRServiceUsageName 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 SignalRServiceUsageInner innerModel()

Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.SignalRServiceUsageInner 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 SignalRServiceUsageName 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