DevicePresenceVerificationStatus Struct
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.
Proof of possession status.
public readonly struct DevicePresenceVerificationStatus : IEquatable<Azure.ResourceManager.EdgeOrder.Models.DevicePresenceVerificationStatus>
type DevicePresenceVerificationStatus = struct
Public Structure DevicePresenceVerificationStatus
Implements IEquatable(Of DevicePresenceVerificationStatus)
- Inheritance
-
DevicePresenceVerificationStatus
- Implements
Constructors
| Name | Description |
|---|---|
| DevicePresenceVerificationStatus(String) |
Initializes a new instance of DevicePresenceVerificationStatus. |
Properties
| Name | Description |
|---|---|
| Completed |
Confirms that the device is verified to be with the right edge operator or at the right location. |
| NotInitiated |
The device has not yet been verified to be with the right edge operator or at the right location. |
Methods
| Name | Description |
|---|---|
| Equals(DevicePresenceVerificationStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DevicePresenceVerificationStatus, DevicePresenceVerificationStatus) |
Determines if two DevicePresenceVerificationStatus values are the same. |
| Implicit(String to DevicePresenceVerificationStatus) |
Converts a string to a DevicePresenceVerificationStatus. |
| Implicit(String to Nullable<DevicePresenceVerificationStatus>) | |
| Inequality(DevicePresenceVerificationStatus, DevicePresenceVerificationStatus) |
Determines if two DevicePresenceVerificationStatus values are not the same. |