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

SimSwapVerificationResult Class

Definition

Response verifying SimSwap in period.

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

Properties

VerificationResult

True if the SIM has swapped in the specified period, False otherwise.

Explicit Interface Implementations

IJsonModel<SimSwapVerificationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SimSwapVerificationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SimSwapVerificationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SimSwapVerificationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SimSwapVerificationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to