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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET