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.Api20230701.HardwareValidationStatusTypeConverter))]
public class HardwareValidationStatus : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IHardwareValidationStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.HardwareValidationStatusTypeConverter))>]
type HardwareValidationStatus = class
interface IHardwareValidationStatus
interface IJsonSerializable
Public Class HardwareValidationStatus
Implements IHardwareValidationStatus
- Inheritance
-
HardwareValidationStatus
- Attributes
- Implements
Constructors
HardwareValidationStatus() |
Creates an new HardwareValidationStatus instance. |
Properties
LastValidationTime |
The timestamp of the hardware validation execution. |
Result |
The outcome of the hardware validation. |
Methods
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.Api20230701.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() |