Share via


IChannelUpdateParametersProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ChannelUpdateParametersPropertiesTypeConverter))]
public interface IChannelUpdateParametersProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ChannelUpdateParametersPropertiesTypeConverter))>]
type IChannelUpdateParametersProperties = interface
    interface IJsonSerializable
Public Interface IChannelUpdateParametersProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

EventTypeInfoInlineEventType

A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.

EventTypeInfoKind

The kind of event type used.

ExpirationTimeIfNotActivatedUtc

Expiration time of the channel. If this timer expires while the corresponding partner topic or partner destination is never activated, the channel and corresponding partner topic or partner destination are deleted.

PartnerDestinationInfoEndpointType

Type of the endpoint for the partner destination

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to