你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: