Freigeben über


TopicEventSubscriptionsOperationsExtensions.GetFullUrl Methode

Definition

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

public static Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionFullUrl GetFullUrl (this Microsoft.Azure.Management.EventGrid.ITopicEventSubscriptionsOperations operations, string resourceGroupName, string topicName, string eventSubscriptionName);
static member GetFullUrl : Microsoft.Azure.Management.EventGrid.ITopicEventSubscriptionsOperations * string * string * string -> Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionFullUrl
<Extension()>
Public Function GetFullUrl (operations As ITopicEventSubscriptionsOperations, resourceGroupName As String, topicName As String, eventSubscriptionName As String) As 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.

Gibt zurück

Hinweise

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

Gilt für: