ComputeFleetVmAttributes Constructor
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 ComputeFleetVmAttributes.
public ComputeFleetVmAttributes (Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmAttributeMinMaxInteger vCpuCount, Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmAttributeMinMaxDouble memoryInGiB);
new Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmAttributes : Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmAttributeMinMaxInteger * Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmAttributeMinMaxDouble -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmAttributes
Public Sub New (vCpuCount As ComputeFleetVmAttributeMinMaxInteger, memoryInGiB As ComputeFleetVmAttributeMinMaxDouble)
Parameters
- vCpuCount
- ComputeFleetVmAttributeMinMaxInteger
The range of vCpuCount specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
- memoryInGiB
- ComputeFleetVmAttributeMinMaxDouble
The range of memory specified from Min to Max. Must be specified if VMAttributes are specified, either Min or Max is required if specified.
Exceptions
vCpuCount
or memoryInGiB
is null.
Applies to
Azure SDK for .NET