HardwareComponent Constructors
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.
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
Azure SDK for .NET