Share via


HardwareComponent Constructors

Definition

Overloads

HardwareComponent()

Initializes a new instance of the HardwareComponent class.

HardwareComponent(String, String, HardwareComponentStatus, String)

Initializes a new instance of the HardwareComponent class.

HardwareComponent()

Initializes a new instance of the HardwareComponent class.

public HardwareComponent ();
Public Sub New ()

Applies to

HardwareComponent(String, String, HardwareComponentStatus, String)

Initializes a new instance of the HardwareComponent class.

public HardwareComponent (string componentId, string displayName, Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponentStatus status, string statusDisplayName);
new Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponent : string * string * Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponentStatus * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponent
Public Sub New (componentId As String, displayName As String, status As HardwareComponentStatus, statusDisplayName As String)

Parameters

componentId
String

The component ID.

displayName
String

The display name of the hardware component.

status
HardwareComponentStatus

The status of the hardware component. Possible values include: 'Unknown', 'NotPresent', 'PoweredOff', 'Ok', 'Recovering', 'Warning', 'Failure'

statusDisplayName
String

The display name of the status of hardware component.

Applies to