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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET