你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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