Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceMetric

Package version

Object representing a metric for any resource .

Hierarchy

  • ResourceMetric

Index

Properties

Optional endTime

endTime: Date

Metric end time. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional metricValues

metricValues: ResourceMetricValue[]

Metric values. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

Name of metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional properties

Resource metric properties collection. NOTE: This property will not be serialized. It can only be populated by the server.

Optional resourceId

resourceId: undefined | string

Metric resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional startTime

startTime: Date

Metric start time. NOTE: This property will not be serialized. It can only be populated by the server.

Optional timeGrain

timeGrain: undefined | string

Metric granularity. E.g PT1H, PT5M, P1D NOTE: This property will not be serialized. It can only be populated by the server.

Optional unit

unit: undefined | string

Metric unit. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc