HardwareValidationStatus 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.
HardwareValidationStatus represents the latest hardware validation details performed for this bare metal machine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.HardwareValidationStatusTypeConverter))]
public class HardwareValidationStatus : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IHardwareValidationStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.HardwareValidationStatusTypeConverter))>]
type HardwareValidationStatus = class
interface IHardwareValidationStatus
interface IJsonSerializable
Public Class HardwareValidationStatus
Implements IHardwareValidationStatus
- Inheritance
-
HardwareValidationStatus
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| HardwareValidationStatus() |
Creates an new HardwareValidationStatus instance. |
Properties
| Name | Description |
|---|---|
| LastValidationTime |
The timestamp of the hardware validation execution. |
| Result |
The outcome of the hardware validation. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HardwareValidationStatus. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HardwareValidationStatus. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IHardwareValidationStatus. |
| FromJsonString(String) |
Creates a new instance of HardwareValidationStatus, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of HardwareValidationStatus into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |