EventChannelsOperationsExtensions.Get(IEventChannelsOperations, String, String, String) 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 an event channel.
public static Microsoft.Azure.Management.EventGrid.Models.EventChannel Get (this Microsoft.Azure.Management.EventGrid.IEventChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string eventChannelName);
static member Get : Microsoft.Azure.Management.EventGrid.IEventChannelsOperations * string * string * string -> Microsoft.Azure.Management.EventGrid.Models.EventChannel
<Extension()>
Public Function Get (operations As IEventChannelsOperations, resourceGroupName As String, partnerNamespaceName As String, eventChannelName As String) As EventChannel
Parameters
- operations
- IEventChannelsOperations
The operations group for this extension method.
- resourceGroupName
- System.String
The name of the resource group within the user's subscription.
- partnerNamespaceName
- System.String
Name of the partner namespace.
- eventChannelName
- System.String
Name of the event channel.
Returns
Remarks
Get properties of an event channel.