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