Lezen in het Engels

Delen via


VirtualMachine.DefinitionStages.WithUnmanagedCreate Interface

Implements

public static interface VirtualMachine.DefinitionStages.WithUnmanagedCreate
extends WithUnmanagedDataDisk, 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
abstract WithUnmanagedCreate withOSDiskVhdLocation(String containerName, String vhdName)

Specifies the name of an OS disk VHD file and its parent container.

Method Details

withOSDiskVhdLocation

public abstract VirtualMachine.DefinitionStages.WithUnmanagedCreate withOSDiskVhdLocation(String containerName, String vhdName)

Specifies the name of an OS disk VHD file and its parent container.

Parameters:

containerName - the name of the container in the selected storage account
vhdName - the name for the OS disk VHD.

Returns:

the next stage of the definition

Applies to

Azure SDK for Java

Latest