RegionalConfiguration.Region Property
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.
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.
public Azure.Core.AzureLocation Region { get; set; }
member this.Region : Azure.Core.AzureLocation with get, set
Public Property Region As AzureLocation