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

NamespaceOperationsExtensions.GetNamespaceDescriptionAsync 方法

定义

命名空间说明是一个 XML AtomPub 文档,用于定义服务命名空间的所需语义。 命名空间描述包含以下属性。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespaceDescriptionResponse> GetNamespaceDescriptionAsync (this Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations operations, string namespaceName);
static member GetNamespaceDescriptionAsync : Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespaceDescriptionResponse>
<Extension()>
Public Function GetNamespaceDescriptionAsync (operations As INamespaceOperations, namespaceName As String) As Task(Of ServiceBusNamespaceDescriptionResponse)

参数

operations
INamespaceOperations

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

namespaceName
String

必需。 命名空间名称。

返回

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

适用于