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.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET