Interface VirtualMachine.DefinitionStages.WithOsProfile
- All Known Subinterfaces:
VirtualMachine.Definition
,VirtualMachine.DefinitionStages.WithCreate
- Enclosing interface:
- VirtualMachine.DefinitionStages
public static interface VirtualMachine.DefinitionStages.WithOsProfile
The stage of the VirtualMachine definition allowing to specify osProfile.
-
Method Summary
Modifier and TypeMethodDescriptionwithOsProfile
(OsProfile osProfile) Specifies the osProfile property: OS properties..
-
Method Details
-
withOsProfile
Specifies the osProfile property: OS properties..- Parameters:
osProfile
- OS properties.- Returns:
- the next definition stage.
-