Freigeben über


TopicEventSubscriptionsOperationsExtensions.GetFullUrlAsync Methode

Definition

Rufen Sie die vollständige URL eines Ereignisabonnements für das Thema ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionFullUrl> GetFullUrlAsync (this Microsoft.Azure.Management.EventGrid.ITopicEventSubscriptionsOperations operations, string resourceGroupName, string topicName, string eventSubscriptionName, System.Threading.CancellationToken cancellationToken = default);
static member GetFullUrlAsync : Microsoft.Azure.Management.EventGrid.ITopicEventSubscriptionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionFullUrl>
<Extension()>
Public Function GetFullUrlAsync (operations As ITopicEventSubscriptionsOperations, resourceGroupName As String, topicName As String, eventSubscriptionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EventSubscriptionFullUrl)

Parameter

operations
ITopicEventSubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers.

topicName
String

Name des Domänenthemas.

eventSubscriptionName
String

Name des Ereignisabonnements.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Rufen Sie die vollständige Endpunkt-URL für ein Ereignisabonnement für das Thema ab.

Gilt für: