NamespaceOperationsExtensions.GetNamespaceDescription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET