Share via


DedicatedHostGroupInstanceView Constructors

Definition

Overloads

DedicatedHostGroupInstanceView()

Initializes a new instance of the DedicatedHostGroupInstanceView class.

DedicatedHostGroupInstanceView(IList<DedicatedHostInstanceViewWithName>)

Initializes a new instance of the DedicatedHostGroupInstanceView class.

DedicatedHostGroupInstanceView()

Initializes a new instance of the DedicatedHostGroupInstanceView class.

public DedicatedHostGroupInstanceView ();
Public Sub New ()

Applies to

DedicatedHostGroupInstanceView(IList<DedicatedHostInstanceViewWithName>)

Initializes a new instance of the DedicatedHostGroupInstanceView class.

public DedicatedHostGroupInstanceView (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceViewWithName> hosts = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostGroupInstanceView : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceViewWithName> -> Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostGroupInstanceView
Public Sub New (Optional hosts As IList(Of DedicatedHostInstanceViewWithName) = Nothing)

Parameters

hosts
IList<DedicatedHostInstanceViewWithName>

List of instance view of the dedicated hosts under the dedicated host group.

Applies to