Share via


LoadTestingAppComponent(String, String) Constructor

Definition

Initializes a new instance of LoadTestingAppComponent.

public LoadTestingAppComponent(string resourceName, string resourceType);
new Azure.Developer.LoadTesting.LoadTestingAppComponent : string * string -> Azure.Developer.LoadTesting.LoadTestingAppComponent
Public Sub New (resourceName As String, resourceType As String)

Parameters

resourceName
String

Azure resource name, required while creating the app component.

resourceType
String

Azure resource type, required while creating the app component.

Exceptions

resourceName or resourceType is null.

Applies to