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

IRegionOperations 接口

定义

RegionOperations 操作。

public interface IRegionOperations
type IRegionOperations = interface
Public Interface IRegionOperations

方法

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出服务所在的所有 Azure 区域。

ListByServiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

列出服务所在的所有 Azure 区域。

扩展方法

ListByService(IRegionOperations, String, String)

列出服务所在的所有 Azure 区域。

ListByServiceAsync(IRegionOperations, String, String, CancellationToken)

列出服务所在的所有 Azure 区域。

ListByServiceNext(IRegionOperations, String)

列出服务所在的所有 Azure 区域。

ListByServiceNextAsync(IRegionOperations, String, CancellationToken)

列出服务所在的所有 Azure 区域。

适用于