Share via


ChannelsOperationsExtensions.GetFullUrl Method

Definition

Get full URL of partner destination channel.

public static Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionFullUrl GetFullUrl (this Microsoft.Azure.Management.EventGrid.IChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string channelName);
static member GetFullUrl : Microsoft.Azure.Management.EventGrid.IChannelsOperations * string * string * string -> Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionFullUrl
<Extension()>
Public Function GetFullUrl (operations As IChannelsOperations, resourceGroupName As String, partnerNamespaceName As String, channelName As String) As EventSubscriptionFullUrl

Parameters

operations
IChannelsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the partners subscription.

partnerNamespaceName
String

Name of the partner namespace.

channelName
String

Name of the Channel.

Returns

Remarks

Get the full endpoint URL of a partner destination channel.

Applies to