Share via


NumberVerificationResult Class

Definition

Response verifying number of device.

public class NumberVerificationResult : System.ClientModel.Primitives.IJsonModel<Azure.Communication.ProgrammableConnectivity.NumberVerificationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.ProgrammableConnectivity.NumberVerificationResult>
type NumberVerificationResult = class
    interface IJsonModel<NumberVerificationResult>
    interface IPersistableModel<NumberVerificationResult>
Public Class NumberVerificationResult
Implements IJsonModel(Of NumberVerificationResult), IPersistableModel(Of NumberVerificationResult)
Inheritance
NumberVerificationResult
Implements

Properties

VerificationResult

True if number if the phone number matches the device, False otherwise.

Explicit Interface Implementations

IJsonModel<NumberVerificationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NumberVerificationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NumberVerificationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NumberVerificationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NumberVerificationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to