Dela via


NamespaceOperationsExtensions.List(INamespaceOperations) Method

Definition

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.

Applies to