Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PredictiveMetric

Package version

Interface representing a PredictiveMetric.

Hierarchy

  • PredictiveMetric

Implemented by

Index

Methods

Methods

get

  • get predictive autoscale metric future data

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • autoscaleSettingName: string

      The autoscale setting name.

    • timespan: string

      The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'.

    • interval: string

      The interval (i.e. timegrain) of the query.

    • metricNamespace: string

      Metric namespace to query metric definitions for.

    • metricName: string

      The names of the metrics (comma separated) to retrieve. Special case: If a metricname itself has a comma in it then use %2 to indicate it. Eg: 'Metric,Name1' should be 'Metric%2Name1'

    • aggregation: string

      The list of aggregation types (comma separated) to retrieve.

    • Optional options: PredictiveMetricGetOptionalParams

      The options parameters.

    Returns Promise<PredictiveMetricGetResponse>

Generated using TypeDoc