你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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)