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
[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
- 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
Azure SDK for .NET