public interface MetricCollection
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.monitor.implementation.ResponseInner>
| Modifier and Type | Method and Description |
|---|---|
Double |
cost()
Get the cost value.
|
org.joda.time.Period |
interval()
Get the interval value.
|
List<Metric> |
metrics()
Get the metric collection value.
|
String |
namespace()
Get the namespace value.
|
String |
resourceRegion()
Get the resource region value.
|
String |
timespan()
Get the timespan value.
|
String namespace()
String resourceRegion()
Double cost()
String timespan()
org.joda.time.Period interval()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/