Share via


EventTypeInfoInlineEventTypes Class

Definition

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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventTypeInfoInlineEventTypesTypeConverter))]
public class EventTypeInfoInlineEventTypes : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInlineEventProperties>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventTypeInfoInlineEventTypesTypeConverter))>]
type EventTypeInfoInlineEventTypes = class
    interface IEventTypeInfoInlineEventTypes
    interface IJsonSerializable
    interface IAssociativeArray<IInlineEventProperties>
Public Class EventTypeInfoInlineEventTypes
Implements IAssociativeArray(Of IInlineEventProperties), IEventTypeInfoInlineEventTypes
Inheritance
EventTypeInfoInlineEventTypes
Attributes
Implements

Constructors

EventTypeInfoInlineEventTypes()

Creates an new EventTypeInfoInlineEventTypes instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IInlineEventProperties)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventTypeInfoInlineEventTypes.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventTypeInfoInlineEventTypes.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of EventTypeInfoInlineEventTypes into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, IInlineEventProperties)

Operators

Implicit(EventTypeInfoInlineEventTypes to Dictionary<String,IInlineEventProperties>)

Explicit Interface Implementations

IAssociativeArray<IInlineEventProperties>.AdditionalProperties
IAssociativeArray<IInlineEventProperties>.Count
IAssociativeArray<IInlineEventProperties>.Keys
IAssociativeArray<IInlineEventProperties>.Values

Applies to