Baseline 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
Baseline() |
Initializes a new instance of the Baseline class. |
Baseline(IList<IList<String>>, Nullable<DateTime>) |
Initializes a new instance of the Baseline class. |
Baseline()
Initializes a new instance of the Baseline class.
public Baseline ();
Public Sub New ()
Applies to
Baseline(IList<IList<String>>, Nullable<DateTime>)
Initializes a new instance of the Baseline class.
public Baseline (System.Collections.Generic.IList<System.Collections.Generic.IList<string>> expectedResults = default, DateTime? updatedTime = default);
new Microsoft.Azure.Management.Security.Models.Baseline : System.Collections.Generic.IList<System.Collections.Generic.IList<string>> * Nullable<DateTime> -> Microsoft.Azure.Management.Security.Models.Baseline
Public Sub New (Optional expectedResults As IList(Of IList(Of String)) = Nothing, Optional updatedTime As Nullable(Of DateTime) = Nothing)