WaitStatisticsInput 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
WaitStatisticsInput() |
Initializes a new instance of the WaitStatisticsInput class. |
WaitStatisticsInput(DateTime, DateTime, String) |
Initializes a new instance of the WaitStatisticsInput class. |
WaitStatisticsInput()
Initializes a new instance of the WaitStatisticsInput class.
public WaitStatisticsInput ();
Public Sub New ()
Applies to
WaitStatisticsInput(DateTime, DateTime, String)
Initializes a new instance of the WaitStatisticsInput class.
public WaitStatisticsInput (DateTime observationStartTime, DateTime observationEndTime, string aggregationWindow);
new Microsoft.Azure.Management.MySQL.Models.WaitStatisticsInput : DateTime * DateTime * string -> Microsoft.Azure.Management.MySQL.Models.WaitStatisticsInput
Public Sub New (observationStartTime As DateTime, observationEndTime As DateTime, aggregationWindow As String)
Parameters
- observationStartTime
- DateTime
Observation start time.
- observationEndTime
- DateTime
Observation end time.
- aggregationWindow
- String
Aggregation interval type in ISO 8601 format.