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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET