GetIncidentsForDetectionConfigurationOptions Class

Definition

public class GetIncidentsForDetectionConfigurationOptions
type GetIncidentsForDetectionConfigurationOptions = class
Public Class GetIncidentsForDetectionConfigurationOptions
Inheritance
GetIncidentsForDetectionConfigurationOptions

Constructors

GetIncidentsForDetectionConfigurationOptions(DateTimeOffset, DateTimeOffset)

Initializes a new instance of the GetIncidentsForDetectionConfigurationOptions class.

Properties

DimensionKeys

Filters the result by time series. Each element in this list represents a set of time series, and only incidents detected in at least one of these sets will be returned. For each element, if all possible dimensions are set, the key uniquely identifies a single time series for the corresponding metric. If only a subset of dimensions are set, the key uniquely identifies a group of time series.

EndsOn

Filters the result. Only incidents detected 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.

StartsOn

Filters the result. Only incidents detected from this point in time, in UTC, will be returned.

Applies to