ResourceMetricValue Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. ResourceMetricValue
- com.
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<Resource |
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java