DiagnosticMetricSet 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
DiagnosticMetricSet() | |
DiagnosticMetricSet(String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<DiagnosticMetricSample>) |
DiagnosticMetricSet()
public DiagnosticMetricSet ();
Public Sub New ()
Applies to
DiagnosticMetricSet(String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<DiagnosticMetricSample>)
public DiagnosticMetricSet (string name = default, string unit = default, DateTime? startTime = default, DateTime? endTime = default, string timeGrain = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DiagnosticMetricSample> values = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DiagnosticMetricSet : string * string * Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DiagnosticMetricSample> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.DiagnosticMetricSet
Public Sub New (Optional name As String = Nothing, Optional unit As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional timeGrain As String = Nothing, Optional values As IList(Of DiagnosticMetricSample) = Nothing)
Parameters
- name
- String
- unit
- String
- timeGrain
- String
- values
- IList<DiagnosticMetricSample>