Share via


HardwareComponentGroup Class

Definition

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
HardwareComponentGroup
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