NamespacesOperationsExtensions.ListAll(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 the subscription irrespective of the resourceGroups.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource> ListAll (this Microsoft.Azure.Management.NotificationHubs.INamespacesOperations operations);
static member ListAll : Microsoft.Azure.Management.NotificationHubs.INamespacesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource>
<Extension()>
Public Function ListAll (operations As INamespacesOperations) As IPage(Of NamespaceResource)
Parameters
- operations
- INamespacesOperations
The operations group for this extension method.