Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithUnmanagedCreate
Packages that use VirtualMachine.DefinitionStages.WithUnmanagedCreate
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the virtual machine definition.static interfaceThe stage of a virtual machine definition containing various settings when virtual machine is created from image.static interfaceThe 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 interfaceThe 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 interfaceThe entirety of the unmanaged disk based virtual machine definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachine.DefinitionStages.WithUnmanagedCreateModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithUnmanagedDataDisk.withExistingUnmanagedDataDisk(String storageAccountName, String containerName, String vhdName) Attaches an existing unmanaged VHD as a data disk to the virtual machine.VirtualMachine.DefinitionStages.WithUnmanagedDataDisk.withNewUnmanagedDataDisk(Integer sizeInGB) Attaches a new blank unmanaged data disk to the virtual machine.VirtualMachine.DefinitionStages.WithUnmanagedCreate.withOSDiskVhdLocation(String containerName, String vhdName) Specifies the name of an OS disk VHD file and its parent container.VirtualMachine.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.WithUnmanagedCreateModifier and TypeMethodDescriptionVirtualMachineUnmanagedDataDisk.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.