Freigeben über


DomainTopicEventSubscriptionsOperationsExtensions.GetFullUrlAsync Methode

Definition

Rufen Sie die vollständige URL eines geschachtelten Ereignisabonnements für das Domänenthema ab.

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

Parameter

operations
IDomainTopicEventSubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers.

domainName
String

Name der Domäne der obersten Ebene.

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 geschachteltes Ereignisabonnement für das Domänenthema ab.

Gilt für: