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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET