Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithUnmanagedCreate
-
Packages that use VirtualMachine.DefinitionStages.WithUnmanagedCreate Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachine.DefinitionStages.WithUnmanagedCreate in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachine.DefinitionStages.WithUnmanagedCreate in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachine.DefinitionManagedOrUnmanagedThe entirety of the virtual machine definition.static interfaceVirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanagedThe stage of a virtual machine definition containing various settings when virtual machine is created from image.static interfaceVirtualMachine.DefinitionStages.WithLinuxCreateUnmanagedThe stage of a Linux virtual machine definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.static interfaceVirtualMachine.DefinitionStages.WithWindowsCreateUnmanagedThe stage of the Windows virtual machine definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.static interfaceVirtualMachine.DefinitionUnmanagedThe entirety of the unmanaged disk based virtual machine definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachine.DefinitionStages.WithUnmanagedCreate Modifier and Type Method Description VirtualMachine.DefinitionStages.WithUnmanagedCreateVirtualMachine.DefinitionStages.WithUnmanagedDataDisk. withExistingUnmanagedDataDisk(String storageAccountName, String containerName, String vhdName)Attaches an existing unmanaged VHD as a data disk to the virtual machine.VirtualMachine.DefinitionStages.WithUnmanagedCreateVirtualMachine.DefinitionStages.WithUnmanagedDataDisk. withNewUnmanagedDataDisk(Integer sizeInGB)Attaches a new blank unmanaged data disk to the virtual machine.VirtualMachine.DefinitionStages.WithUnmanagedCreateVirtualMachine.DefinitionStages.WithUnmanagedCreate. withOSDiskVhdLocation(String containerName, String vhdName)Specifies the name of an OS disk VHD file and its parent container.VirtualMachine.DefinitionStages.WithUnmanagedCreateVirtualMachine.DefinitionStages.WithOS. withSpecializedOSUnmanagedDisk(String osDiskUrl, OperatingSystemTypes osType)Specifies a specialized operating system unmanaged disk to be attached to the virtual machine.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachine.DefinitionStages.WithUnmanagedCreate Modifier and Type Method Description VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank<VirtualMachine.DefinitionStages.WithUnmanagedCreate>VirtualMachine.DefinitionStages.WithUnmanagedDataDisk. defineUnmanagedDataDisk(String name)Begins definition of an unmanaged data disk to be attached to the virtual machine.
-