共用方式為


CalculateBaselineResponse Constructors

Definition

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
baseline
IList<Baseline>
timestamps
IList<Nullable<DateTime>>

Applies to