DedicatedHostAllocatableVM 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
DedicatedHostAllocatableVM() |
Initializes a new instance of the DedicatedHostAllocatableVM class. |
DedicatedHostAllocatableVM(String, Nullable<Double>) |
Initializes a new instance of the DedicatedHostAllocatableVM class. |
DedicatedHostAllocatableVM()
Initializes a new instance of the DedicatedHostAllocatableVM class.
public DedicatedHostAllocatableVM ();
Public Sub New ()
Applies to
DedicatedHostAllocatableVM(String, Nullable<Double>)
Initializes a new instance of the DedicatedHostAllocatableVM class.
public DedicatedHostAllocatableVM (string vmSize = default, double? count = default);
new Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM : string * Nullable<double> -> Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM
Public Sub New (Optional vmSize As String = Nothing, Optional count As Nullable(Of Double) = Nothing)
Parameters
- vmSize
- String
VM size in terms of which the unutilized capacity is represented.
Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.
Applies to
Azure SDK for .NET