PSEmailReceiver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Wraps the EmailReceiver class.
public class PSEmailReceiver : Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase
type PSEmailReceiver = class
inherit PSActionGroupReceiverBase
Public Class PSEmailReceiver
Inherits PSActionGroupReceiverBase
- Inheritance
Constructors
PSEmailReceiver() |
Initializes a new instance of the PSEmailReceiver class |
PSEmailReceiver(EmailReceiver) | |
PSEmailReceiver(EmailReceiver) |
Initializes a new instance of the PSEmailReceiver class. |
Properties
EmailAddress |
Gets or sets the receiver's address. |
Name |
Gets or sets name (Inherited from PSActionGroupReceiverBase) |
Status |
Gets or sets the receiver's status. |
UseCommonAlertSchema |
Gets or set a value indicating whether common alert schema is to be used or not |