MockableServiceBusSubscriptionResource.GetServiceBusNamespacesAsync Method

Definition

Gets all the available namespaces within the subscription, irrespective of the resource groups.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.ServiceBus/namespaces.
  • Operation Id. : SBNamespaces_List.
  • Default Api Version. : 2025-05-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.ServiceBus.ServiceBusNamespaceResource> GetServiceBusNamespacesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetServiceBusNamespacesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ServiceBus.ServiceBusNamespaceResource>
override this.GetServiceBusNamespacesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ServiceBus.ServiceBusNamespaceResource>
Public Overridable Function GetServiceBusNamespacesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ServiceBusNamespaceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ServiceBusNamespaceResource that may take multiple service requests to iterate over.

Applies to