Interface MetricCollection
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.monitor.implementation.ResponseInner>
public interface MetricCollection extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.monitor.implementation.ResponseInner>The MetricCollection representing wrapper over ResponseInner type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Doublecost()Get the cost value.org.joda.time.Periodinterval()Get the interval value.List<Metric>metrics()Get the metric collection value.Stringnamespace()Get the namespace value.StringresourceRegion()Get the resource region value.Stringtimespan()Get the timespan value.
-
-
-
Method Detail
-
namespace
String namespace()
Get the namespace value.- Returns:
- the namespace value
-
resourceRegion
String resourceRegion()
Get the resource region value.- Returns:
- the resource region value
-
cost
Double cost()
Get the cost value.- Returns:
- the cost value
-
timespan
String timespan()
Get the timespan value.- Returns:
- the timespan value
-
interval
org.joda.time.Period interval()
Get the interval value.- Returns:
- the interval value
-
-