Partager via


EventGridClient.UpdateChannel Method

Definition

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

Parameters

resourceGroupName
String
partnerNamespaceName
String
channelName
String
eventTypeKind
String
inlineEvents
Hashtable
expirationTimeIfNotActivatedUtc
Nullable<DateTime>

Returns

Applies to