public class ResourceUsage extends Object
Constructor and Description |
---|
ResourceUsage(com.microsoft.azure.management.cdn.implementation.ResourceUsageInner inner)
Construct ResourceUsage object from server response object.
|
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.
|
public ResourceUsage(com.microsoft.azure.management.cdn.implementation.ResourceUsageInner inner)
inner
- server response object containing resource usages.public String resourceType()
public String unit()
public int currentValue()
public int limit()
Copyright © 2019. All rights reserved.