你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NumberVerificationWithoutCodeContent(NetworkIdentifier, Uri) Constructor

Definition

Initializes a new instance of NumberVerificationWithoutCodeContent.

public NumberVerificationWithoutCodeContent(Azure.Communication.ProgrammableConnectivity.NetworkIdentifier networkIdentifier, Uri redirectUri);
new Azure.Communication.ProgrammableConnectivity.NumberVerificationWithoutCodeContent : Azure.Communication.ProgrammableConnectivity.NetworkIdentifier * Uri -> Azure.Communication.ProgrammableConnectivity.NumberVerificationWithoutCodeContent
Public Sub New (networkIdentifier As NetworkIdentifier, redirectUri As Uri)

Parameters

networkIdentifier
NetworkIdentifier

Identifier for the network to query for this device.

redirectUri
Uri

Redirect URI to backend application.

Exceptions

networkIdentifier or redirectUri is null.

Applies to