Regions Interface

public interface Regions

Resource collection API of Regions.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<RegionContract> listByService(String resourceGroupName, String serviceName)

Lists all azure regions in which the service exists.

abstract PagedIterable<RegionContract> listByService(String resourceGroupName, String serviceName, Context context)

Lists all azure regions in which the service exists.

Method Details

listByService

public abstract PagedIterable listByService(String resourceGroupName, String serviceName)

Lists all azure regions in which the service exists.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.

Returns:

lists Regions operation response details as paginated response with PagedIterable<T>.

listByService

public abstract PagedIterable listByService(String resourceGroupName, String serviceName, Context context)

Lists all azure regions in which the service exists.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.
context - The context to associate with this operation.

Returns:

lists Regions operation response details as paginated response with PagedIterable<T>.

Applies to