NotifyParameters Class
Properties for generating a Notification.
- Inheritance
-
msrest.serialization.ModelNotifyParameters
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
|
Properties for the notification in json format. |
Keyword-Only Parameters
Name | Description |
---|---|
event_name
Required
|
|
json_payload
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python