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

IServiceBusManagementClient.GetServiceBusRegionsAsync 方法

定义

检索支持创建和管理服务总线服务命名空间的区域列表。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/jj860465.aspx)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusRegionsResponse> GetServiceBusRegionsAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetServiceBusRegionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusRegionsResponse>
Public Function GetServiceBusRegionsAsync (cancellationToken As CancellationToken) As Task(Of ServiceBusRegionsResponse)

参数

cancellationToken
CancellationToken

取消标记。

返回

对请求的区域列表的响应。

适用于