DedicatedHostInstanceViewWithName 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
DedicatedHostInstanceViewWithName() |
Initializes a new instance of the DedicatedHostInstanceViewWithName class. |
DedicatedHostInstanceViewWithName(String, DedicatedHostAvailableCapacity, IList<InstanceViewStatus>, String) |
Initializes a new instance of the DedicatedHostInstanceViewWithName class. |
DedicatedHostInstanceViewWithName()
Initializes a new instance of the DedicatedHostInstanceViewWithName class.
public DedicatedHostInstanceViewWithName ();
Public Sub New ()
Applies to
DedicatedHostInstanceViewWithName(String, DedicatedHostAvailableCapacity, IList<InstanceViewStatus>, String)
Initializes a new instance of the DedicatedHostInstanceViewWithName class.
public DedicatedHostInstanceViewWithName (string assetId = default, Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostAvailableCapacity availableCapacity = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.InstanceViewStatus> statuses = default, string name = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceViewWithName : string * Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostAvailableCapacity * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.InstanceViewStatus> * string -> Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceViewWithName
Public Sub New (Optional assetId As String = Nothing, Optional availableCapacity As DedicatedHostAvailableCapacity = Nothing, Optional statuses As IList(Of InstanceViewStatus) = Nothing, Optional name As String = 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.
- name
- String
The name of the dedicated host.
Applies to
Azure SDK for .NET