DedicatedHostInstanceView 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
DedicatedHostInstanceView() |
Initializes a new instance of the DedicatedHostInstanceView class. |
DedicatedHostInstanceView(String, DedicatedHostAvailableCapacity, IList<InstanceViewStatus>) |
Initializes a new instance of the DedicatedHostInstanceView class. |
DedicatedHostInstanceView()
Initializes a new instance of the DedicatedHostInstanceView class.
public DedicatedHostInstanceView ();
Public Sub New ()
Applies to
DedicatedHostInstanceView(String, DedicatedHostAvailableCapacity, IList<InstanceViewStatus>)
Initializes a new instance of the DedicatedHostInstanceView class.
public DedicatedHostInstanceView (string assetId = default, Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity availableCapacity = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.InstanceViewStatus> statuses = default);
new Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView : string * Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.InstanceViewStatus> -> Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView
Public Sub New (Optional assetId As String = Nothing, Optional availableCapacity As DedicatedHostAvailableCapacity = Nothing, Optional statuses As IList(Of InstanceViewStatus) = Nothing)
Parameters
- assetId
- String
Specifies the unique id of the dedicated physical machine on which the dedicated host resides.
- availableCapacity
- DedicatedHostAvailableCapacity
Unutilized capacity of the dedicated host.
- statuses
- IList<InstanceViewStatus>
The resource status information.
Applies to
Azure SDK for .NET