NamespaceOperationsExtensions.GetNamespaceDescription Method

Definition

The namespace description is an XML AtomPub document that defines the desired semantics for a service namespace. The namespace description contains the following properties. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information)

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

Parameters

operations
INamespaceOperations

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

namespaceName
String

Required. The namespace name.

Returns

A response to a request for a list of namespaces.

Applies to