共用方式為


QueueOperationsExtensions.List(IQueueOperations, String) Method

Definition

Enumerates the queues in the service namespace. The result is returned in pages, each containing up to 100 queues. If the namespace contains more than 100 queues, a feed is returned that contains the first page and a next link with the URI to view the next page of data. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780759.asp for more information)

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

Parameters

operations
IQueueOperations

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

namespaceName
String

Required. The namespace name.

Returns

A response to a request for a list of queues.

Applies to