Freigeben über


SystemTopicResource.GetSystemTopicEventSubscriptionAsync Methode

Definition

Rufen Sie ein Ereignisabonnement ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}
  • Vorgang IdSystemTopicEventSubscriptions_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.SystemTopicEventSubscriptionResource>> GetSystemTopicEventSubscriptionAsync (string eventSubscriptionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSystemTopicEventSubscriptionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.SystemTopicEventSubscriptionResource>>
override this.GetSystemTopicEventSubscriptionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.SystemTopicEventSubscriptionResource>>
Public Overridable Function GetSystemTopicEventSubscriptionAsync (eventSubscriptionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SystemTopicEventSubscriptionResource))

Parameter

eventSubscriptionName
String

Name des Ereignisabonnements. Ereignisabonnementnamen dürfen zwischen 3 und 100 Zeichen lang sein und nur alphanumerische Buchstaben verwenden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

eventSubscriptionName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

eventSubscriptionName ist NULL.

Gilt für: