Region interface

Interface representing a Region.

Methods

listByService(string, string, RegionListByServiceOptionalParams)

Lists all azure regions in which the service exists.

Method Details

listByService(string, string, RegionListByServiceOptionalParams)

Lists all azure regions in which the service exists.

function listByService(resourceGroupName: string, serviceName: string, options?: RegionListByServiceOptionalParams): PagedAsyncIterableIterator<RegionContract, RegionContract[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

options
RegionListByServiceOptionalParams

The options parameters.

Returns