EmailReceiver Constructors
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.
Overloads
EmailReceiver() | |
EmailReceiver(String, String, Nullable<ReceiverStatus>) |
EmailReceiver()
public EmailReceiver ();
Public Sub New ()
Applies to
EmailReceiver(String, String, Nullable<ReceiverStatus>)
public EmailReceiver (string name, string emailAddress, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ReceiverStatus? status = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.EmailReceiver : string * string * Nullable<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ReceiverStatus> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.EmailReceiver
Public Sub New (name As String, emailAddress As String, Optional status As Nullable(Of ReceiverStatus) = Nothing)
Parameters
- name
- String
- emailAddress
- String
- status
- Nullable<ReceiverStatus>