ArmComputeModelFactory.DedicatedHostAllocatableVm Method
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.
Initializes a new instance of DedicatedHostAllocatableVm.
public static Azure.ResourceManager.Compute.Models.DedicatedHostAllocatableVm DedicatedHostAllocatableVm (string vmSize = default, double? count = default);
static member DedicatedHostAllocatableVm : string * Nullable<double> -> Azure.ResourceManager.Compute.Models.DedicatedHostAllocatableVm
Public Shared Function DedicatedHostAllocatableVm (Optional vmSize As String = Nothing, Optional count As Nullable(Of Double) = Nothing) As DedicatedHostAllocatableVm
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.
Returns
A new DedicatedHostAllocatableVm instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET