MetricBoundaryCondition(BoundaryDirection) Constructor
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.
Initializes a new instance of the MetricBoundaryCondition class.
public MetricBoundaryCondition(Azure.AI.MetricsAdvisor.Models.BoundaryDirection direction);
new Azure.AI.MetricsAdvisor.Models.MetricBoundaryCondition : Azure.AI.MetricsAdvisor.Models.BoundaryDirection -> Azure.AI.MetricsAdvisor.Models.MetricBoundaryCondition
Public Sub New (direction As BoundaryDirection)
Parameters
- direction
- BoundaryDirection
Sets the boundaries that delimit the expected value range of a MetricBoundaryCondition. Data points out of this range can be included in an alert. If Down or Both, LowerBound is required. If Up or Both, UpperBound is required.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET