FabricClient.TestManager Property

Definition

Gets the FabricClient.TestManagementClient to perform complex actions that go through FaultAnalysisService. For example, StartPartitionDataLossAsync. This also supports APIs for validation (that do not go through FaultAnalysisService). For example, ValidateServiceAsync.

public System.Fabric.FabricClient.TestManagementClient TestManager { get; }
member this.TestManager : System.Fabric.FabricClient.TestManagementClient
Public ReadOnly Property TestManager As FabricClient.TestManagementClient

Property Value

Returns FabricClient.TestManagementClient.

Applies to