ChannelsOperationsExtensions.GetFullUrl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET