Aracılığıyla paylaş


Baseline Constructors

Definition

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)

Parameters

expectedResults
IList<IList<String>>

Expected results.

updatedTime
Nullable<DateTime>

Baseline update time (UTC).

Applies to