ChaosTestScenario(FabricClient, ChaosTestScenarioParameters) Constructor
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.
Constructor for the ChaosTestScenario.
public ChaosTestScenario (System.Fabric.FabricClient fabricClient, System.Fabric.Testability.Scenario.ChaosTestScenarioParameters chaosScenarioParameters);
new System.Fabric.Testability.Scenario.ChaosTestScenario : System.Fabric.FabricClient * System.Fabric.Testability.Scenario.ChaosTestScenarioParameters -> System.Fabric.Testability.Scenario.ChaosTestScenario
Public Sub New (fabricClient As FabricClient, chaosScenarioParameters As ChaosTestScenarioParameters)
Parameters
- fabricClient
- FabricClient
FabricClient object which will be used to connect to the cluster and induce the faults.
- chaosScenarioParameters
- ChaosTestScenarioParameters
ChaosTestScenarioParameters which define the configuration for the chaos test.
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