LoadTestingModelFactory.StateDetails(String) Method
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.
State details of the trigger.
public static Azure.Developer.LoadTesting.StateDetails StateDetails(string message = default);
static member StateDetails : string -> Azure.Developer.LoadTesting.StateDetails
Public Shared Function StateDetails (Optional message As String = Nothing) As StateDetails
Parameters
- message
- String
The error message if the trigger is in disabled state.
Returns
A new StateDetails instance for mocking.