HardwareComponentGroup 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 group.
[Microsoft.Rest.Serialization.JsonTransformation]
public class HardwareComponentGroup : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HardwareComponentGroup = class
inherit BaseModel
Public Class HardwareComponentGroup
Inherits BaseModel
- Inheritance
- Attributes
Constructors
HardwareComponentGroup() |
Initializes a new instance of the HardwareComponentGroup class. |
HardwareComponentGroup(String, DateTime, IList<HardwareComponent>, String, String, String, Nullable<Kind>) |
Initializes a new instance of the HardwareComponentGroup class. |
Properties
Components |
Gets or sets the list of hardware components. |
DisplayName |
Gets or sets the display name the hardware component group. |
Id |
Gets the path ID that uniquely identifies the object. (Inherited from BaseModel) |
Kind |
Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000' (Inherited from BaseModel) |
LastUpdatedTime |
Gets or sets the last updated time. |
Name |
Gets the name of the object. (Inherited from BaseModel) |
Type |
Gets the hierarchical type of the object. (Inherited from BaseModel) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET