Udostępnij za pośrednictwem


Statistics Konstruktory

Definicja

Przeciążenia

Statistics()

Inicjuje nowe wystąpienie klasy Statistics.

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

Inicjuje nowe wystąpienie klasy Statistics.

Statistics()

Inicjuje nowe wystąpienie klasy Statistics.

public Statistics ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy Statistics.

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)

Parametry

counterProperty
String

Pobiera wartość właściwości statystyki.

counterValue
Nullable<Int64>

Pobiera wartość statystyki.

startTime
DateTimeOffset

Pobiera wartość startTime statystyki.

endTime
Nullable<DateTimeOffset>

Pobiera endTime statystyki.

id
String

Pobiera identyfikator.

Dotyczy