ArmEdgeOrderModelFactory.DevicePresenceVerificationDetails Method
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 details.
public static Azure.ResourceManager.EdgeOrder.Models.DevicePresenceVerificationDetails DevicePresenceVerificationDetails(Azure.ResourceManager.EdgeOrder.Models.DevicePresenceVerificationStatus? status = default, string message = default);
static member DevicePresenceVerificationDetails : Nullable<Azure.ResourceManager.EdgeOrder.Models.DevicePresenceVerificationStatus> * string -> Azure.ResourceManager.EdgeOrder.Models.DevicePresenceVerificationDetails
Public Shared Function DevicePresenceVerificationDetails (Optional status As Nullable(Of DevicePresenceVerificationStatus) = Nothing, Optional message As String = Nothing) As DevicePresenceVerificationDetails
Parameters
Proof of possession status.
- message
- String
Insights on current status.
Returns
A new DevicePresenceVerificationDetails instance for mocking.