HardwareComponentGroup 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
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. |
HardwareComponentGroup()
Initializes a new instance of the HardwareComponentGroup class.
public HardwareComponentGroup ();
Public Sub New ()
Applies to
HardwareComponentGroup(String, DateTime, IList<HardwareComponent>, String, String, String, Nullable<Kind>)
Initializes a new instance of the HardwareComponentGroup class.
public HardwareComponentGroup (string displayName, DateTime lastUpdatedTime, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponent> components, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponentGroup : string * DateTime * System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponent> * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> -> Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponentGroup
Public Sub New (displayName As String, lastUpdatedTime As DateTime, components As IList(Of HardwareComponent), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing)
Parameters
- displayName
- String
The display name the hardware component group.
- lastUpdatedTime
- DateTime
The last updated time.
- components
- IList<HardwareComponent>
The list of hardware components.
- id
- String
The path ID that uniquely identifies the object.
- name
- String
The name of the object.
- type
- String
The hierarchical type of the object.
The Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'
Applies to
Azure SDK for .NET