TestScenarioParameters Class
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.
Base class for parameters passed into all the TestScenarios which defines all the common parameters.
[System.Serializable]
public abstract class TestScenarioParameters
[<System.Serializable>]
type TestScenarioParameters = class
Public MustInherit Class TestScenarioParameters
- Inheritance
-
TestScenarioParameters
- Derived
- Attributes
Constructors
TestScenarioParameters(TimeSpan) |
This API supports the Service Fabric platform and is not meant to be called from your code |
Fields
WaitTimeBetweenFaultsDefault |
Default value for WaitTimeBetweenFaults used if value not specified by user. |
Properties
TimeToRun |
Total time for which the scenario will run before ending. |
WaitTimeBetweenFaults |
The maximum wait time between consecutive faults: the larger the value, the lower the concurrency (of faults). |
Applies to
Azure SDK for .NET