SingleBaseline Constructors
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.
Overloads
SingleBaseline() |
Initializes a new instance of the SingleBaseline class. |
SingleBaseline(String, IList<Nullable<Double>>, IList<Nullable<Double>>) |
Initializes a new instance of the SingleBaseline class. |
SingleBaseline()
Initializes a new instance of the SingleBaseline class.
public SingleBaseline ();
Public Sub New ()
Applies to
SingleBaseline(String, IList<Nullable<Double>>, IList<Nullable<Double>>)
Initializes a new instance of the SingleBaseline class.
public SingleBaseline (string sensitivity, System.Collections.Generic.IList<double?> lowThresholds, System.Collections.Generic.IList<double?> highThresholds);
new Microsoft.Azure.Management.Monitor.Models.SingleBaseline : string * System.Collections.Generic.IList<Nullable<double>> * System.Collections.Generic.IList<Nullable<double>> -> Microsoft.Azure.Management.Monitor.Models.SingleBaseline
Public Sub New (sensitivity As String, lowThresholds As IList(Of Nullable(Of Double)), highThresholds As IList(Of Nullable(Of Double)))
Parameters
- sensitivity
- String
the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High'
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET