ArmDataMigrationModelFactory.WaitStatistics Method
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.
Initializes a new instance of WaitStatistics.
public static Azure.ResourceManager.DataMigration.Models.WaitStatistics WaitStatistics (string waitType = default, float? waitTimeMs = default, long? waitCount = default);
static member WaitStatistics : string * Nullable<single> * Nullable<int64> -> Azure.ResourceManager.DataMigration.Models.WaitStatistics
Public Shared Function WaitStatistics (Optional waitType As String = Nothing, Optional waitTimeMs As Nullable(Of Single) = Nothing, Optional waitCount As Nullable(Of Long) = Nothing) As WaitStatistics
Parameters
- waitType
- String
Type of the Wait.
Returns
A new WaitStatistics instance for mocking.