Statistics Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Statistics() |
Inicializuje novou instanci třídy Statistics. |
Statistics(String, Nullable<Int64>, DateTimeOffset, Nullable<DateTimeOffset>, String) |
Inicializuje novou instanci třídy Statistics. |
Statistics()
Inicializuje novou instanci třídy Statistics.
public Statistics ();
Public Sub New ()
Platí pro
Statistics(String, Nullable<Int64>, DateTimeOffset, Nullable<DateTimeOffset>, String)
Inicializuje novou instanci třídy 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
Získá hodnotu vlastnosti statistiky.
- startTime
- DateTimeOffset
Získá startTime statistiky.
- endTime
- Nullable<DateTimeOffset>
Získá koncový čas statistiky.
- id
- String
Získá ID.
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET