EventGridClient.CreateChannel 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.
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