Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
-
Packages that use VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged in com.azure.resourcemanager.compute.models Modifier and Type Interface Description 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.WithFromImageCreateOptionsUnmanaged Modifier and Type Method Description VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanagedVirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged. withComputerName(String computerName)Specifies the computer name for the virtual machine.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanagedVirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged. withCustomData(String base64EncodedCustomData)Specifies the custom data for the virtual machine.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanagedVirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedOrUnmanaged. withUnmanagedDisks()Specifies that unmanaged disks will be used.
-