DedicatedHostGroupInstanceView 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
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
List of instance view of the dedicated hosts under the dedicated host group.
Applies to
Azure SDK for .NET