VirtualMachine.DefinitionStages.WithOsProfile Interface

public static interface VirtualMachine.DefinitionStages.WithOsProfile

The stage of the VirtualMachine definition allowing to specify osProfile.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withOsProfile(OsProfile osProfile)

Specifies the osProfile property: OS properties..

Method Details

withOsProfile

public abstract VirtualMachine.DefinitionStages.WithCreate withOsProfile(OsProfile osProfile)

Specifies the osProfile property: OS properties..

Parameters:

osProfile - OS properties.

Returns:

the next definition stage.

Applies to