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

NamespaceOperationsExtensions.ListAsync(INamespaceOperations) 方法

定义

列出可用的命名空间。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/azure/hh780759.aspx)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespacesResponse> ListAsync (this Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespacesResponse>
<Extension()>
Public Function ListAsync (operations As INamespaceOperations) As Task(Of ServiceBusNamespacesResponse)

参数

operations
INamespaceOperations

对 Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations 的引用。

返回

对命名空间列表的请求的响应。

适用于