EventFragment Class
An event to be notified for.
- Inheritance
-
msrest.serialization.ModelEventFragment
Constructor
EventFragment(*, event_name: str | NotificationChannelEventType | None = None, **kwargs)
Parameters
Name | Description |
---|---|
event_name
Required
|
The event type for which this notification is enabled (i.e. AutoShutdown, Cost). Possible values include: "AutoShutdown", "Cost". |
Keyword-Only Parameters
Name | Description |
---|---|
event_name
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