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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET