共用方式為


IWithRecommendedVMConfiguration.WithRecommendedMaximumMemoryForVirtualMachine Method

Definition

Specifies the recommended maximum memory for the virtual machine bases on the image.

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate WithRecommendedMaximumMemoryForVirtualMachine (int maxMB);
abstract member WithRecommendedMaximumMemoryForVirtualMachine : int -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithCreate
Public Function WithRecommendedMaximumMemoryForVirtualMachine (maxMB As Integer) As IWithCreate

Parameters

maxMB
Int32

The maximum memory in MB.

Returns

Applies to