Share via


LoadTestRun.RegionalStatistics Property

Definition

Regional statistics. Key is the Azure region name and value is the test run statistics. 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.

public System.Collections.Generic.IReadOnlyDictionary<string,Azure.Developer.LoadTesting.TestRunStatistics> RegionalStatistics { get; }
member this.RegionalStatistics : System.Collections.Generic.IReadOnlyDictionary<string, Azure.Developer.LoadTesting.TestRunStatistics>
Public ReadOnly Property RegionalStatistics As IReadOnlyDictionary(Of String, TestRunStatistics)

Property Value

Applies to