Freigeben über


NotificationRegistrationCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft die Liste der Benachrichtigungsregistrierungen für den angegebenen Anbieter ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/notificationRegistrations
  • Vorgang IdNotificationRegistrations_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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der NotificationRegistrationResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: