Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine
Packages that use VirtualMachine
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachine in com.azure.resourcemanager.compute.models
Subinterfaces with type arguments of type VirtualMachine in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure virtual machine.static interfaceThe stage of the 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 template for an update operation, containing all the settings that can be modified.interfaceAn immutable client-side representation of an Azure virtual machine extension.interfaceEntry point to virtual machine management API.interfaceEntry point to virtual machine management API.interfaceEntry point to virtual machine management API.interfaceEntry point to virtual machine management API.interfaceEntry point to virtual machine management API.interfaceA native data disk of a virtual machine.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineModifier and TypeMethodDescriptioncom.azure.resourcemanager.resources.fluentcore.model.Accepted<VirtualMachine> VirtualMachine.DefinitionStages.WithCreate.beginCreate()Begins creating the virtual machine resource.default com.azure.resourcemanager.resources.fluentcore.model.Accepted<VirtualMachine> VirtualMachine.DefinitionStages.WithCreate.beginCreate(com.azure.core.util.Context context) Begins creating the virtual machine resource.com.azure.core.http.rest.PagedIterable<VirtualMachine> VirtualMachines.listByVirtualMachineScaleSet(VirtualMachineScaleSet vmss) Lists all the virtual machines by a certain virtual machine scale set with orchestration modeOrchestrationMode.FLEXIBLE.com.azure.core.http.rest.PagedFlux<VirtualMachine> VirtualMachines.listByVirtualMachineScaleSetAsync(VirtualMachineScaleSet vmss) Lists all the virtual machines by a certain virtual machine scale set with orchestration modeOrchestrationMode.FLEXIBLE.com.azure.core.http.rest.PagedIterable<VirtualMachine> VirtualMachines.listByVirtualMachineScaleSetId(String vmssId) Lists all the virtual machines by a certain virtual machine scale set with orchestration modeOrchestrationMode.FLEXIBLE.com.azure.core.http.rest.PagedFlux<VirtualMachine> VirtualMachines.listByVirtualMachineScaleSetIdAsync(String vmssId) Lists all the virtual machines by a certain virtual machine scale set with orchestration modeOrchestrationMode.FLEXIBLE.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineModifier and TypeMethodDescriptionVirtualMachineCustomImage.DefinitionStages.WithSourceVirtualMachine.fromVirtualMachine(VirtualMachine virtualMachine) Uses the virtual machine's OS and data disks as the sources for OS disk image and data disk images of this image.GalleryImageVersion.DefinitionStages.WithSource.withSourceVirtualMachine(VirtualMachine virtualMachine) Specifies that the provided virtual machine needs to be used as source of the image version.