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 current |
|
abstract
Resource |
innerModel()
Gets the inner com. |
| abstract Integer |
limit()
Gets the limit property: The limit (quota) for this resource. |
|
abstract
Resource |
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:
innerModel
public abstract ResourceUsageInner innerModel()
Gets the inner com.azure.resourcemanager.storagecache.fluent.models.ResourceUsageInner object.
Returns:
limit
public abstract Integer limit()
Gets the limit property: The limit (quota) for this resource.
Returns:
name
public abstract ResourceUsageName name()
Gets the name property: Naming information for this resource type.
Returns:
unit
public abstract String unit()
Gets the unit property: Unit that the limit and usages are expressed in, such as 'Count'.
Returns: