Freigeben über


NotificationRegistrationCollection.GetAll(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.Pageable<Azure.ResourceManager.ProviderHub.NotificationRegistrationResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ProviderHub.NotificationRegistrationResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ProviderHub.NotificationRegistrationResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NotificationRegistrationResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der NotificationRegistrationResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: