Statistics 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
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.
- startTime
- DateTimeOffset
Gets the startTime of the statistic.
- endTime
- Nullable<DateTimeOffset>
Gets the endTime of the statistic.
- id
- String
Gets the id.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET