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

Regions Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.RegionsInner>

public interface Regions
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.RegionsInner>

Type representing Regions.

Method Summary

Modifier and Type Method and Description
abstract rx.Observable<RegionContract> listByServiceAsync(String resourceGroupName, String serviceName)

Lists all azure regions in which the service exists.

Method Details

listByServiceAsync

public abstract Observable<RegionContract> listByServiceAsync(String resourceGroupName, String serviceName)

Lists all azure regions in which the service exists.

Parameters:

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

Returns:

the observable for the request

Applies to