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

RegionalConfiguration(Int32, AzureLocation) Constructor

Definition

Initializes a new instance of RegionalConfiguration.

public RegionalConfiguration(int engineInstances, Azure.Core.AzureLocation region);
new Azure.Developer.LoadTesting.RegionalConfiguration : int * Azure.Core.AzureLocation -> Azure.Developer.LoadTesting.RegionalConfiguration
Public Sub New (engineInstances As Integer, region As AzureLocation)

Parameters

engineInstances
Int32

The number of engine instances to execute load test in specified region. Supported values are in range of 1-400.

region
AzureLocation

Azure region name. The region name should of format accepted by ARM, and should be a region supported by Azure Load Testing. For example, East US should be passed as "eastus". The region name must match one of the strings in the "Name" column returned from running the "az account list-locations -o table" Azure CLI command.

Applies to