NotifyParameters Class

Properties for generating a Notification.

Inheritance
msrest.serialization.Model
NotifyParameters

Constructor

NotifyParameters(*, event_name: str | NotificationChannelEventType | None = None, json_payload: str | None = None, **kwargs)

Parameters

Name Description
event_name
Required

The type of event (i.e. AutoShutdown, Cost). Possible values include: "AutoShutdown", "Cost".

json_payload
Required
str

Properties for the notification in json format.

Keyword-Only Parameters

Name Description
event_name
Required
json_payload
Required