ResourceUsage Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. models. ResourceUsage
- com.
public class ResourceUsage
Provides information about CDN resource usages.
Constructor Summary
Constructor | Description |
---|---|
ResourceUsage(ResourceUsageInner inner) |
Construct Resource |
Method Summary
Modifier and Type | Method and Description |
---|---|
int |
currentValue()
Actual value of the resource type. |
int |
limit()
Quota of the resource type. |
String |
resourceType()
Resource type of the usages. |
String |
unit()
Unit of the usage. |
Methods inherited from java.lang.Object
Constructor Details
ResourceUsage
public ResourceUsage(ResourceUsageInner inner)
Construct ResourceUsage object from server response object.
Parameters:
Method Details
currentValue
public int currentValue()
Actual value of the resource type.
Returns:
limit
public int limit()
Quota of the resource type.
Returns:
resourceType
public String resourceType()
Resource type of the usages.
Returns:
unit
public String unit()
Unit of the usage. e.g. Count.
Returns:
Applies to
Azure SDK for Java