SmsReceiver Class

An SMS 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
SmsReceiver

Constructor

SmsReceiver(*, name: str, country_code: str, phone_number: str, **kwargs)

Variables

name
str

Required. The name of the SMS receiver. Names must be unique across all receivers within an action group.

country_code
str

Required. The country code of the SMS receiver.

phone_number
str

Required. The phone number of the SMS receiver.

status
str or <xref:$>(<xref:python-base-namespace>)ReceiverStatus

The status of the receiver. Possible values include: "NotSpecified", "Enabled", "Disabled".