你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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