EventType Class

Event Type for a subject under a topic.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.eventgrid.models._models_py3.Resource
EventType

Constructor

EventType(*, display_name: Optional[str] = None, description: Optional[str] = None, schema_url: Optional[str] = None, is_in_default_set: Optional[bool] = None, **kwargs)

Variables

id
str

Fully qualified identifier of the resource.

name
str

Name of the resource.

type
str

Type of the resource.

display_name
str

Display name of the event type.

description
str

Description of the event type.

schema_url
str

Url of the schema for this event type.

is_in_default_set
bool

IsInDefaultSet flag of the event type.