NotifyParameters Class

Properties for generating a Notification.

Inheritance
NotifyParameters

Constructor

NotifyParameters(*, event_name: Optional[Union[str, azure.mgmt.devtestlabs.models._dev_test_labs_client_enums.NotificationChannelEventType]] = None, json_payload: Optional[str] = None, **kwargs)

Parameters

event_name
str or NotificationChannelEventType
Required

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

json_payload
str
Required

Properties for the notification in json format.