Share via


EventGrid.ChannelsGetFullUrlWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl> ChannelsGetFullUrlWithResult (string subscriptionId, string resourceGroupName, string partnerNamespaceName, string channelName, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.ISendAsync sender);
member this.ChannelsGetFullUrlWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl>
Public Function ChannelsGetFullUrlWithResult (subscriptionId As String, resourceGroupName As String, partnerNamespaceName As String, channelName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IEventSubscriptionFullUrl)

Parameters

subscriptionId
String
resourceGroupName
String
partnerNamespaceName
String
channelName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to