EventType Class

Definition

Event Type for a subject under a topic

[Microsoft.Rest.Serialization.JsonTransformation]
public class EventType : Microsoft.Azure.Management.EventGrid.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type EventType = class
    inherit Resource
Public Class EventType
Inherits Resource
Inheritance
EventType
Attributes

Constructors

EventType()

Initializes a new instance of the EventType class.

EventType(String, String, String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the EventType class.

Properties

Description

Gets or sets description of the event type.

DisplayName

Gets or sets display name of the event type.

Id

Gets fully qualified identifier of the resource.

(Inherited from Resource)
IsInDefaultSet

Gets or sets isInDefaultSet flag of the event type.

Name

Gets name of the resource.

(Inherited from Resource)
SchemaUrl

Gets or sets url of the schema for this event type.

Type

Gets type of the resource.

(Inherited from Resource)

Applies to