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.

C#
[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>
Inheritance
EventTypeInfoInlineEventTypes
Attributes
Implements

Constructors

Fields

Properties

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

Explicit Interface Implementations

Applies to

Produto Versões
Azure - PowerShell Commands 12 (LTS), Latest