你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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