Interface MetricCollection

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ResponseInner>

public interface MetricCollection extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ResponseInner>
The MetricCollection representing wrapper over ResponseInner type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the cost value.
    Get the interval value.
    Get the metric collection value.
    Get the namespace value.
    Get the resource region value.
    Get the timespan value.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel
  • Method Details

    • 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

      Duration interval()
      Get the interval value.
      Returns:
      the interval value
    • metrics

      List<Metric> metrics()
      Get the metric collection value.
      Returns:
      the metric collection value