NamespaceOperationsExtensions.List(INamespaceOperations) 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.
Lists the available namespaces. (see http://msdn.microsoft.com/en-us/library/azure/hh780759.aspx for more information)
public static Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespacesResponse List (this Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations operations);
static member List : Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations -> Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespacesResponse
<Extension()>
Public Function List (operations As INamespaceOperations) As ServiceBusNamespacesResponse
Parameters
- operations
- INamespaceOperations
Reference to the Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations.
Returns
The response to the request for a listing of namespaces.