HardwareComponent 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.
The hardware component.
public class HardwareComponent
type HardwareComponent = class
Public Class HardwareComponent
- Inheritance
-
HardwareComponent
Constructors
HardwareComponent() |
Initializes a new instance of the HardwareComponent class. |
HardwareComponent(String, String, HardwareComponentStatus, String) |
Initializes a new instance of the HardwareComponent class. |
Properties
ComponentId |
Gets or sets the component ID. |
DisplayName |
Gets or sets the display name of the hardware component. |
Status |
Gets or sets the status of the hardware component. Possible values include: 'Unknown', 'NotPresent', 'PoweredOff', 'Ok', 'Recovering', 'Warning', 'Failure' |
StatusDisplayName |
Gets or sets the display name of the status of hardware component. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET