EmailReceiver Class
An email receiver.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
EmailReceiver
Constructor
EmailReceiver(*, name: str, email_address: str, **kwargs)
Variables
- name
- str
Required. The name of the email receiver. Names must be unique across all receivers within an action group.
- email_address
- str
Required. The email address of this receiver.
- status
- str or <xref:$>(<xref:python-base-namespace>)ReceiverStatus
The receiver status of the e-mail. Possible values include: "NotSpecified", "Enabled", "Disabled".
Feedback
Submit and view feedback for