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
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithCreate.beginCreate()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.