NotificationChannel Class
A notification.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.devtestlabs.models._models_py3.ResourceNotificationChannel
Constructor
NotificationChannel(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, web_hook_url: Optional[str] = None, email_recipient: Optional[str] = None, notification_locale: Optional[str] = None, description: Optional[str] = None, events: Optional[List[azure.mgmt.devtestlabs.models._models_py3.Event]] = None, **kwargs)
Parameters
- email_recipient
- str
Required
The email recipient to send notifications to (can be a list of semi- colon separated email addresses).
- notification_locale
- str
Required
The locale to use when sending a notification (fallback for unsupported languages is EN).
Variables
- id
- str
The identifier of the resource.
- name
- str
The name of the resource.
- type
- str
The type of the resource.
- created_date
- datetime
The creation date of the notification channel.
- provisioning_state
- str
The provisioning status of the resource.
- unique_identifier
- str
The unique immutable identifier of a resource (Guid).
Feedback
Submit and view feedback for