Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
Packages that use VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the managed disk based virtual machine definition.static 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 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 a 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 stage of the Windows virtual machine definition allowing to enable unmanaged disks or continue the definition of the VM with managed disks only.Methods in com.azure.resourcemanager.compute.models that return VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManagedModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withComputerName(String computerName) Specifies the computer name for the virtual machine.VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged.withCustomData(String base64EncodedCustomData) Specifies the custom data for the virtual machine.