Share via


EventTypesListResult Class

Definition

Result of the List Event Types operation

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

Constructors

EventTypesListResult()

Creates an new EventTypesListResult instance.

Properties

Value

A collection of event types

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventTypesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventTypesListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventTypesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to