IWithRecommendedVMConfiguration Interface

Definition

The stage of the gallery image definition allowing to specify recommended configuration for the virtual machine.

public interface IWithRecommendedVMConfiguration : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithRecommendedVMConfiguration = interface
    interface IBeta
Public Interface IWithRecommendedVMConfiguration
Implements IBeta
Derived
Implements

Methods

WithRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration)

Specifies recommended configuration for the virtual machine based on the image.

WithRecommendedCPUsCountForVirtualMachine(Int32, Int32)

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

WithRecommendedMaximumCPUsCountForVirtualMachine(Int32)

Specifies the recommended maximum number of virtual CUPs for the virtual machine bases on the image.

WithRecommendedMaximumMemoryForVirtualMachine(Int32)

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

WithRecommendedMemoryForVirtualMachine(Int32, Int32)

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

WithRecommendedMinimumCPUsCountForVirtualMachine(Int32)

Specifies the recommended minimum number of virtual CUPs for the virtual machine bases on the image.

WithRecommendedMinimumMemoryForVirtualMachine(Int32)

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

Applies to