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
With |
withOsProfile(OsProfile osProfile)
Specifies the os |
Method Details
withOsProfile
public abstract VirtualMachine.DefinitionStages.WithCreate withOsProfile(OsProfile osProfile)
Specifies the osProfile property: OS properties..
Parameters:
Returns: