VirtualMachine.DefinitionStages.WithUnmanagedCreate Interface
public interface WithUnmanagedCreate extends VirtualMachine.DefinitionStages.WithUnmanagedDataDisk,VirtualMachine.DefinitionStages.WithCreate
The stage of a virtual machine definition which contains all the minimum required inputs for the VM using storage account (unmanaged based OS disk to be created and optionally allow unmanaged data disk and settings specific to unmanaged OS disk to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withOSDiskVhdLocation(String containerName, String vhdName)
Specifies the name of an OS disk VHD file and its parent container. |
Inherited Members
Method Details
withOSDiskVhdLocation
public WithUnmanagedCreate withOSDiskVhdLocation(String containerName, String vhdName)
Specifies the name of an OS disk VHD file and its parent container.
Parameters:
Returns:
Applies to
Azure SDK for Java