Freigeben über


ChannelsOperationsExtensions.GetFullUrlAsync Methode

Definition

Rufen Sie die vollständige URL des Partnerzielkanals ab.

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

Parameter

operations
IChannelsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe innerhalb des Partnerabonnements.

partnerNamespaceName
String

Name des Partnernamespaces.

channelName
String

Name des Kanals.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Rufen Sie die vollständige Endpunkt-URL eines Partnerzielkanals ab.

Gilt für: