EventType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event Type for a subject under a topic
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventTypeTypeConverter))]
public class EventType : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventType, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventTypeTypeConverter))>]
type EventType = class
interface IEventType
interface IJsonSerializable
interface IResource
interface IValidates
Public Class EventType
Implements IEventType, IValidates
- Inheritance
-
EventType
- Attributes
- Implements
Constructors
EventType() |
Creates an new EventType instance. |
Properties
Description |
Description of the event type. |
DisplayName |
Display name of the event type. |
Id |
Fully qualified identifier of the resource. |
IsInDefaultSet |
IsInDefaultSet flag of the event type. |
Name |
Name of the resource. |
SchemaUrl |
Url of the schema for this event type. |
Type |
Type of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EventType. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventType. |
FromJsonString(String) |
Creates a new instance of EventType, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |