ResourceMetricValue Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.ResourceMetricValue

public class ResourceMetricValue

Value of resource metric.

Method Summary

Modifier and Type Method and Description
Double average()

Get the average value.

Double count()

Get the count value.

Double maximum()

Get the maximum value.

Double minimum()

Get the minimum value.

List<ResourceMetricProperty> properties()

Get the properties value.

String timestamp()

Get the timestamp value.

Double total()

Get the total value.

Method Details

average

public Double average()

Get the average value.

Returns:

the average value

count

public Double count()

Get the count value.

Returns:

the count value

maximum

public Double maximum()

Get the maximum value.

Returns:

the maximum value

minimum

public Double minimum()

Get the minimum value.

Returns:

the minimum value

properties

public List properties()

Get the properties value.

Returns:

the properties value

timestamp

public String timestamp()

Get the timestamp value.

Returns:

the timestamp value

total

public Double total()

Get the total value.

Returns:

the total value

Applies to