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

NamespaceOperationsExtensions.Get(INamespaceOperations, String) 方法

定义

返回指定命名空间的说明。 (有关详细信息,请参阅 http://msdn.microsoft.com/library/azure/dn140232.aspx)

public static Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespaceResponse Get (this Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations operations, string namespaceName);
static member Get : Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations * string -> Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespaceResponse
<Extension()>
Public Function Get (operations As INamespaceOperations, namespaceName As String) As ServiceBusNamespaceResponse

参数

operations
INamespaceOperations

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

namespaceName
String

必需。 命名空间名称。

返回

对特定命名空间的请求的响应。

适用于