Dela via


NamespaceOperationsExtensions.Get(INamespaceOperations, String) Method

Definition

Returns the description for the specified namespace. (see http://msdn.microsoft.com/library/azure/dn140232.aspx for more information)

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

Parameters

operations
INamespaceOperations

Reference to the Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations.

namespaceName
String

Required. The namespace name.

Returns

The response to a request for a particular namespace.

Applies to