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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET