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