ResourceUsage Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.ResourceUsage

public class ResourceUsage

Provides information about CDN resource usages.

Constructor Summary

Constructor Description
ResourceUsage(ResourceUsageInner inner)

Construct ResourceUsage object from server response object.

Method Summary

Modifier and Type Method and Description
int currentValue()

Actual value of the resource type.

int limit()

Quota of the resource type.

java.lang.String resourceType()

Resource type of the usages.

java.lang.String unit()

Unit of the usage.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ResourceUsage

public ResourceUsage(ResourceUsageInner inner)

Construct ResourceUsage object from server response object.

Parameters:

inner - server response object containing resource usages.

Method Details

currentValue

public int currentValue()

Actual value of the resource type.

Returns:

value of the resource type

limit

public int limit()

Quota of the resource type.

Returns:

quota of the resource type

resourceType

public String resourceType()

Resource type of the usages.

Returns:

type of the usages

unit

public String unit()

Unit of the usage. e.g. Count.

Returns:

unit of the usage

Applies to