GetMetricEnrichmentStatusesOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of options that can be specified when calling GetMetricEnrichmentStatuses(String, GetMetricEnrichmentStatusesOptions, CancellationToken) or GetMetricEnrichmentStatusesAsync(String, GetMetricEnrichmentStatusesOptions, CancellationToken) to configure the behavior of the request.
public class GetMetricEnrichmentStatusesOptions
type GetMetricEnrichmentStatusesOptions = class
Public Class GetMetricEnrichmentStatusesOptions
- Inheritance
-
GetMetricEnrichmentStatusesOptions
Constructors
GetMetricEnrichmentStatusesOptions(DateTimeOffset, DateTimeOffset) |
Initializes a new instance of GetMetricEnrichmentStatusesOptions. |
Properties
EndsOn |
The end point of time range to query enrichment status. |
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 |
The start point of time range to query enrichment status. |
Applies to
Azure SDK for .NET