DeviceLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET