Partager via


EventGridClient.CreateChannel Method

Definition

public Microsoft.Azure.Management.EventGrid.Models.Channel CreateChannel (string azureSubscriptionId, string resourceGroupName, string partnerNamespaceName, string channelName, string channelType, string partnerTopicSource, string messageForActivation, string partnerTopicName, string eventTypeKind, System.Collections.Hashtable inlineEvents, DateTime? expirationTimeIfNotActivatedUtc);
member this.CreateChannel : string * string * string * string * string * string * string * string * string * System.Collections.Hashtable * Nullable<DateTime> -> Microsoft.Azure.Management.EventGrid.Models.Channel
Public Function CreateChannel (azureSubscriptionId As String, resourceGroupName As String, partnerNamespaceName As String, channelName As String, channelType As String, partnerTopicSource As String, messageForActivation As String, partnerTopicName As String, eventTypeKind As String, inlineEvents As Hashtable, expirationTimeIfNotActivatedUtc As Nullable(Of DateTime)) As Channel

Parameters

azureSubscriptionId
String
resourceGroupName
String
partnerNamespaceName
String
channelName
String
channelType
String
partnerTopicSource
String
messageForActivation
String
partnerTopicName
String
eventTypeKind
String
inlineEvents
Hashtable
expirationTimeIfNotActivatedUtc
Nullable<DateTime>

Returns

Applies to