通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HardwareValidationStatus Class

Definition

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()

Applies to