CommunicationProgrammableConnectivityModelFactory.SimSwapVerificationContent 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 SimSwapVerificationContent.
public static Azure.Communication.ProgrammableConnectivity.SimSwapVerificationContent SimSwapVerificationContent(string phoneNumber = default, int? maxAgeHours = default, Azure.Communication.ProgrammableConnectivity.NetworkIdentifier networkIdentifier = default);
static member SimSwapVerificationContent : string * Nullable<int> * Azure.Communication.ProgrammableConnectivity.NetworkIdentifier -> Azure.Communication.ProgrammableConnectivity.SimSwapVerificationContent
Public Shared Function SimSwapVerificationContent (Optional phoneNumber As String = Nothing, Optional maxAgeHours As Nullable(Of Integer) = Nothing, Optional networkIdentifier As NetworkIdentifier = Nothing) As SimSwapVerificationContent
Parameters
- phoneNumber
- String
Phone number in E.164 format (starting with country code), and optionally prefixed with '+'.
- networkIdentifier
- NetworkIdentifier
Identifier for the network to query for this device.
Returns
A new SimSwapVerificationContent instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET