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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET