IEventType Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventTypeTypeConverter))]
public interface IEventType : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventTypeTypeConverter))>]
type IEventType = interface
interface IJsonSerializable
interface IResource
Public Interface IEventType
Implements IResource
- Derived
- Attributes
- Implements
Properties
Description |
Description of the event type. |
DisplayName |
Display name of the event type. |
Id |
Fully qualified identifier of the resource. (Inherited from IResource) |
IsInDefaultSet |
IsInDefaultSet flag of the event type. |
Name |
Name of the resource. (Inherited from IResource) |
SchemaUrl |
Url of the schema for this event type. |
Type |
Type of the resource. (Inherited from IResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |