Share via


DeviceLocationVerificationResult Class

Definition

Response verifying location.

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

Properties

VerificationResult

True if the location is in the specified area, False otherwise.

Explicit Interface Implementations

IJsonModel<DeviceLocationVerificationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceLocationVerificationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceLocationVerificationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceLocationVerificationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceLocationVerificationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to