NamespacesOperationsExtensions.List(INamespacesOperations) 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 all the available Namespaces within a subscription, irrespective of the resource groups.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.EHNamespace> List (this Microsoft.Azure.Management.EventHub.INamespacesOperations operations);
static member List : Microsoft.Azure.Management.EventHub.INamespacesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.EHNamespace>
<Extension()>
Public Function List (operations As INamespacesOperations) As IPage(Of EHNamespace)
Parameters
- operations
- INamespacesOperations
The operations group for this extension method.