Condividi tramite


IWithRecommendedVMConfiguration.WithRecommendedCPUsCountForVirtualMachine Method

Definition

Specifies the recommended virtual CUPs for the virtual machine bases on the image.

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IUpdate WithRecommendedCPUsCountForVirtualMachine (int minCount, int maxCount);
abstract member WithRecommendedCPUsCountForVirtualMachine : int * int -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Update.IUpdate
Public Function WithRecommendedCPUsCountForVirtualMachine (minCount As Integer, maxCount As Integer) As IUpdate

Parameters

minCount
Int32

The minimum number of virtual CPUs.

maxCount
Int32

The maximum number of virtual CPUs.

Returns

Applies to