Sdílet prostřednictvím


GetAnomalyDimensionValuesOptions Class

Definition

public class GetAnomalyDimensionValuesOptions
type GetAnomalyDimensionValuesOptions = class
Public Class GetAnomalyDimensionValuesOptions
Inheritance
GetAnomalyDimensionValuesOptions

Constructors

GetAnomalyDimensionValuesOptions(DateTimeOffset, DateTimeOffset)

Initializes a new instance of the GetAnomalyDimensionValuesOptions class.

Properties

EndsOn

Filters the result. Only dimension values for anomalies created up to this point in time, in UTC, will be returned.

MaxPageSize

If set, specifies the maximum limit of items returned in each page of results. Note: unless the number of pages enumerated from the service is limited, the service will return an unlimited number of total items.

SeriesGroupKey

Filters the result by time series. Only dimension values for anomalies detected in the time series group specified will be returned. This key represents a group of time series for the corresponding metric, so only a subset of dimensions must be set.

Skip

If set, skips the first set of items returned. This property specifies the amount of items to be skipped.

StartsOn

Filters the result. Only dimension values for anomalies created from this point in time, in UTC, will be returned.

Applies to