Udostępnij za pośrednictwem


IMetricResultsResponseValuesItem Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.MetricResultsResponseValuesItemTypeConverter))]
public interface IMetricResultsResponseValuesItem : Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.MetricResultsResponseValuesItemTypeConverter))>]
type IMetricResultsResponseValuesItem = interface
    interface IJsonSerializable
Public Interface IMetricResultsResponseValuesItem
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Endtime

The end time, in datetime format, for which the data was retrieved.

Interval

The interval (window size) for which the metric data was returned in ISO 8601 duration format with a special case for 'FULL' value that returns single datapoint for entire time span requested (Examples: PT15M, PT1H, P1D, FULL). This may be adjusted and different from what was originally requested if AutoAdjustTimegrain=true is specified.

Namespace

The namespace of the metrics been queried

Resourceid

The resource that has been queried for metrics.

Resourceregion

The region of the resource been queried for metrics.

Starttime

The start time, in datetime format, for which the data was retrieved.

Value

The value of the collection.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to