CalculateBaselineResponse 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
CalculateBaselineResponse() | |
CalculateBaselineResponse(String, IList<Baseline>, IList<Nullable<DateTime>>) |
CalculateBaselineResponse()
public CalculateBaselineResponse ();
Public Sub New ()
Applies to
CalculateBaselineResponse(String, IList<Baseline>, IList<Nullable<DateTime>>)
public CalculateBaselineResponse (string type, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Baseline> baseline, System.Collections.Generic.IList<DateTime?> timestamps = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.CalculateBaselineResponse : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Baseline> * System.Collections.Generic.IList<Nullable<DateTime>> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.CalculateBaselineResponse
Public Sub New (type As String, baseline As IList(Of Baseline), Optional timestamps As IList(Of Nullable(Of DateTime)) = Nothing)
Parameters
- type
- String