TestRunAppComponents 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.
Initializes a new instance of TestRunAppComponents.
public TestRunAppComponents(System.Collections.Generic.IDictionary<string,Azure.Developer.LoadTesting.LoadTestingAppComponent> components);
new Azure.Developer.LoadTesting.TestRunAppComponents : System.Collections.Generic.IDictionary<string, Azure.Developer.LoadTesting.LoadTestingAppComponent> -> Azure.Developer.LoadTesting.TestRunAppComponents
Public Sub New (components As IDictionary(Of String, LoadTestingAppComponent))
Parameters
- components
- IDictionary<String,LoadTestingAppComponent>
Azure resource collection { resource id (fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}) : resource object }
Exceptions
components
is null.