Megosztás a következőn keresztül:


NotificationRegistrationCollection.GetAllAsync(CancellationToken) Method

Definition

Gets the list of the notification registrations for the given provider.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/notificationRegistrations
  • Operation Id: NotificationRegistrations_ListByProviderRegistration
public virtual Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.NotificationRegistrationResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.NotificationRegistrationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.NotificationRegistrationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NotificationRegistrationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to