LoadTestingModelFactory.TestProfileRunRecommendation 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.
Initializes a new instance of TestProfileRunRecommendation.
public static Azure.Developer.LoadTesting.TestProfileRunRecommendation TestProfileRunRecommendation(Azure.Developer.LoadTesting.RecommendationCategory category = default, System.Collections.Generic.IEnumerable<string> configurations = default);
static member TestProfileRunRecommendation : Azure.Developer.LoadTesting.RecommendationCategory * seq<string> -> Azure.Developer.LoadTesting.TestProfileRunRecommendation
Public Shared Function TestProfileRunRecommendation (Optional category As RecommendationCategory = Nothing, Optional configurations As IEnumerable(Of String) = Nothing) As TestProfileRunRecommendation
Parameters
- category
- RecommendationCategory
Category of the recommendation.
- configurations
- IEnumerable<String>
List of configurations IDs for which the recommendation is applicable. These are a subset of the provided target resource configurations.
Returns
A new TestProfileRunRecommendation instance for mocking.