Usage Interface

public interface Usage

An immutable client-side representation of Usage.

Method Summary

Modifier and Type Method and Description
abstract Long currentValue()

Gets the currentValue property: The current usage.

abstract String id()

Gets the id property: The fully qualified arm resource id.

abstract UsageInner innerModel()

Gets the inner com.azure.resourcemanager.devcenter.fluent.models.UsageInner object.

abstract Long limit()

Gets the limit property: The limit integer.

abstract UsageName name()

Gets the name property: The name.

abstract UsageUnit unit()

Gets the unit property: The unit details.

Method Details

currentValue

public abstract Long currentValue()

Gets the currentValue property: The current usage.

Returns:

the currentValue value.

id

public abstract String id()

Gets the id property: The fully qualified arm resource id.

Returns:

the id value.

innerModel

public abstract UsageInner innerModel()

Gets the inner com.azure.resourcemanager.devcenter.fluent.models.UsageInner object.

Returns:

the inner object.

limit

public abstract Long limit()

Gets the limit property: The limit integer.

Returns:

the limit value.

name

public abstract UsageName name()

Gets the name property: The name.

Returns:

the name value.

unit

public abstract UsageUnit unit()

Gets the unit property: The unit details.

Returns:

the unit value.

Applies to