Share via


NumberVerificationWithCodeContent Class

Definition

Request to verify number of device - second call.

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

Constructors

NumberVerificationWithCodeContent(String)

Initializes a new instance of NumberVerificationWithCodeContent.

Properties

ApcCode

The code provided by APC in exchange for the operator code.

Explicit Interface Implementations

IJsonModel<NumberVerificationWithCodeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NumberVerificationWithCodeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NumberVerificationWithCodeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NumberVerificationWithCodeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NumberVerificationWithCodeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to