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