VirtualMachine.DefinitionStages.WithHardwareProfile Interface

public static interface VirtualMachine.DefinitionStages.WithHardwareProfile

The stage of the VirtualMachine definition allowing to specify hardwareProfile.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withHardwareProfile(HardwareProfile hardwareProfile)

Specifies the hardwareProfile property: Hardware properties..

Method Details

withHardwareProfile

public abstract VirtualMachine.DefinitionStages.WithCreate withHardwareProfile(HardwareProfile hardwareProfile)

Specifies the hardwareProfile property: Hardware properties..

Parameters:

hardwareProfile - Hardware properties.

Returns:

the next definition stage.

Applies to

Azure SDK for Java

Preview