Usage Interface

public interface Usage

An immutable client-side representation of Usage.

Method Summary

Modifier and Type Method and Description
abstract int currentValue()

Gets the currentValue property: The current usage value.

abstract UsageInner innerModel()

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

abstract int limit()

Gets the limit property: limit of a given sku in a region for a subscription.

abstract UsageName name()

Gets the name property: Usage name value and localized name.

abstract UsageCount unit()

Gets the unit property: The usages' unit.

Method Details

currentValue

public abstract int currentValue()

Gets the currentValue property: The current usage value.

Returns:

the currentValue value.

innerModel

public abstract UsageInner innerModel()

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

Returns:

the inner object.

limit

public abstract int limit()

Gets the limit property: limit of a given sku in a region for a subscription. 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 UsageName name()

Gets the name property: Usage name value and localized name.

Returns:

the name value.

unit

public abstract UsageCount unit()

Gets the unit property: The usages' unit.

Returns:

the unit value.

Applies to