ResourceUsage Interface

public interface ResourceUsage

An immutable client-side representation of ResourceUsage.

Method Summary

Modifier and Type Method and Description
abstract Integer currentValue()

Gets the currentValue property: The current usage of this resource.

abstract ResourceUsageInner innerModel()

Gets the inner com.azure.resourcemanager.storagecache.fluent.models.ResourceUsageInner object.

abstract Integer limit()

Gets the limit property: The limit (quota) for this resource.

abstract ResourceUsageName name()

Gets the name property: Naming information for this resource type.

abstract String unit()

Gets the unit property: Unit that the limit and usages are expressed in, such as 'Count'.

Method Details

currentValue

public abstract Integer currentValue()

Gets the currentValue property: The current usage of this resource.

Returns:

the currentValue value.

innerModel

public abstract ResourceUsageInner innerModel()

Gets the inner com.azure.resourcemanager.storagecache.fluent.models.ResourceUsageInner object.

Returns:

the inner object.

limit

public abstract Integer limit()

Gets the limit property: The limit (quota) for this resource.

Returns:

the limit value.

name

public abstract ResourceUsageName name()

Gets the name property: Naming information for this resource type.

Returns:

the name value.

unit

public abstract String unit()

Gets the unit property: Unit that the limit and usages are expressed in, such as 'Count'.

Returns:

the unit value.

Applies to