Aracılığıyla paylaş


IEventType Interface

Definition

[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)

Applies to