你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GetAnomaliesForDetectionConfigurationOptions Class

Definition

public class GetAnomaliesForDetectionConfigurationOptions
type GetAnomaliesForDetectionConfigurationOptions = class
Public Class GetAnomaliesForDetectionConfigurationOptions
Inheritance
GetAnomaliesForDetectionConfigurationOptions

Constructors

Name Description
GetAnomaliesForDetectionConfigurationOptions(DateTimeOffset, DateTimeOffset)

Initializes a new instance of the GetAnomaliesForDetectionConfigurationOptions class.

Properties

Name Description
EndsOn

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

Filter

Optional filters, such as filtering by time series or by severity level.

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.

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 anomalies created from this point in time, in UTC, will be returned.

Applies to