Share via


Statistics Constructors

Definition

Overloads

Statistics()

Initializes a new instance of the Statistics class.

Statistics(String, Nullable<Int64>, DateTimeOffset, Nullable<DateTimeOffset>, String)

Initializes a new instance of the Statistics class.

Statistics()

Initializes a new instance of the Statistics class.

public Statistics ();
Public Sub New ()

Applies to

Statistics(String, Nullable<Int64>, DateTimeOffset, Nullable<DateTimeOffset>, String)

Initializes a new instance of the Statistics class.

public Statistics (string counterProperty = default, long? counterValue = default, DateTimeOffset startTime = default, DateTimeOffset? endTime = default, string id = default);
new Microsoft.Azure.Management.Automation.Models.Statistics : string * Nullable<int64> * DateTimeOffset * Nullable<DateTimeOffset> * string -> Microsoft.Azure.Management.Automation.Models.Statistics
Public Sub New (Optional counterProperty As String = Nothing, Optional counterValue As Nullable(Of Long) = Nothing, Optional startTime As DateTimeOffset = Nothing, Optional endTime As Nullable(Of DateTimeOffset) = Nothing, Optional id As String = Nothing)

Parameters

counterProperty
String

Gets the property value of the statistic.

counterValue
Nullable<Int64>

Gets the value of the statistic.

startTime
DateTimeOffset

Gets the startTime of the statistic.

endTime
Nullable<DateTimeOffset>

Gets the endTime of the statistic.

id
String

Gets the id.

Applies to