LoadTestingModelFactory.TestPreferences(Nullable<Boolean>) 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.
Preferences for the test.
public static Azure.Developer.LoadTesting.TestPreferences TestPreferences(bool? enableAIErrorInsights = default);
static member TestPreferences : Nullable<bool> -> Azure.Developer.LoadTesting.TestPreferences
Public Shared Function TestPreferences (Optional enableAIErrorInsights As Nullable(Of Boolean) = Nothing) As TestPreferences
Parameters
Returns
A new TestPreferences instance for mocking.