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: Namespaces_List
  • Default Api Version: 2022-10-01-preview
  • Resource: ServiceBusNamespaceResource
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

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

Applies to