Interface VirtualMachine.DefinitionStages.WithUnmanagedCreate

All Superinterfaces:
Creatable<VirtualMachine>, HasName, Indexable, Resource.DefinitionWithTags<VirtualMachine.DefinitionStages.WithCreate>, VirtualMachine.DefinitionStages.WithAvailabilitySet, VirtualMachine.DefinitionStages.WithBillingProfile, VirtualMachine.DefinitionStages.WithBootDiagnostics, VirtualMachine.DefinitionStages.WithCreate, VirtualMachine.DefinitionStages.WithExtension, VirtualMachine.DefinitionStages.WithLicenseType, VirtualMachine.DefinitionStages.WithOSDiskSettings, VirtualMachine.DefinitionStages.WithPlan, VirtualMachine.DefinitionStages.WithPriority, VirtualMachine.DefinitionStages.WithSecondaryNetworkInterface, VirtualMachine.DefinitionStages.WithStorageAccount, VirtualMachine.DefinitionStages.WithSystemAssignedManagedServiceIdentity, VirtualMachine.DefinitionStages.WithUnmanagedDataDisk, VirtualMachine.DefinitionStages.WithUserAssignedManagedServiceIdentity, VirtualMachine.DefinitionStages.WithVMSize
All Known Subinterfaces:
VirtualMachine.DefinitionManagedOrUnmanaged, VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged, VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged, VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged, VirtualMachine.DefinitionUnmanaged
Enclosing interface:
VirtualMachine.DefinitionStages

public static interface VirtualMachine.DefinitionStages.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 Details

    • withOSDiskVhdLocation

      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