EventGridModelFactory.AcsSmsEventBaseProperties Method
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.
Initializes a new instance of AcsSmsEventBaseProperties.
public static Azure.Messaging.EventGrid.SystemEvents.AcsSmsEventBaseProperties AcsSmsEventBaseProperties (string messageId = default, string from = default, string to = default);
static member AcsSmsEventBaseProperties : string * string * string -> Azure.Messaging.EventGrid.SystemEvents.AcsSmsEventBaseProperties
Public Shared Function AcsSmsEventBaseProperties (Optional messageId As String = Nothing, Optional from As String = Nothing, Optional to As String = Nothing) As AcsSmsEventBaseProperties
Parameters
- messageId
- String
The identity of the SMS message.
- from
- String
The identity of SMS message sender.
- to
- String
The identity of SMS message receiver.
Returns
A new AcsSmsEventBaseProperties instance for mocking.