다음을 통해 공유


DeviceLocation Class

Definition

The DeviceLocation sub-client.

public class DeviceLocation
type DeviceLocation = class
Public Class DeviceLocation
Inheritance
DeviceLocation

Constructors

DeviceLocation()

Initializes a new instance of DeviceLocation for mocking.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

Verify(String, DeviceLocationVerificationContent, CancellationToken)

Verifies whether a device is within a specified location area, defined as an accuracy (radius) around a point, specified by longitude and latitude.

Verify(String, RequestContent, RequestContext)

[Protocol Method] Verifies whether a device is within a specified location area, defined as an accuracy (radius) around a point, specified by longitude and latitude.

VerifyAsync(String, DeviceLocationVerificationContent, CancellationToken)

Verifies whether a device is within a specified location area, defined as an accuracy (radius) around a point, specified by longitude and latitude.

VerifyAsync(String, RequestContent, RequestContext)

[Protocol Method] Verifies whether a device is within a specified location area, defined as an accuracy (radius) around a point, specified by longitude and latitude.

Applies to