Share via


EventTypeInfo Class

Definition

The event type information for Channels.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventTypeInfoTypeConverter))]
public class EventTypeInfo : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventTypeInfoTypeConverter))>]
type EventTypeInfo = class
    interface IEventTypeInfo
    interface IJsonSerializable
Public Class EventTypeInfo
Implements IEventTypeInfo
Inheritance
EventTypeInfo
Attributes
Implements

Constructors

EventTypeInfo()

Creates an new EventTypeInfo instance.

Properties

InlineEventType

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.

Kind

The kind of event type used.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventTypeInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventTypeInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfo.

FromJsonString(String)

Creates a new instance of EventTypeInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventTypeInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to