DedicatedHostAllocatableVM Class
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.
Represents the dedicated host unutilized capacity in terms of a specific VM size.
public class DedicatedHostAllocatableVM
type DedicatedHostAllocatableVM = class
Public Class DedicatedHostAllocatableVM
- Inheritance
-
DedicatedHostAllocatableVM
Constructors
DedicatedHostAllocatableVM() |
Initializes a new instance of the DedicatedHostAllocatableVM class. |
DedicatedHostAllocatableVM(String, Nullable<Double>) |
Initializes a new instance of the DedicatedHostAllocatableVM class. |
Properties
Count |
Gets or sets maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. |
VmSize |
Gets or sets VM size in terms of which the unutilized capacity is represented. |
Applies to
Azure SDK for .NET