Uses of Class
com.azure.resourcemanager.connectedvmware.models.StopVirtualMachineOptions
Packages that use StopVirtualMachineOptions
Package
Description
Package containing the service clients for ConnectedVMwareClient.
Package containing the data models for ConnectedVMwareClient.
-
Uses of StopVirtualMachineOptions in com.azure.resourcemanager.connectedvmware.fluent
Methods in com.azure.resourcemanager.connectedvmware.fluent with parameters of type StopVirtualMachineOptionsModifier and TypeMethodDescriptionVirtualMachinesClient.beginStop
(String resourceGroupName, String virtualMachineName, StopVirtualMachineOptions body) Implements the operation to stop a virtual machine.VirtualMachinesClient.beginStop
(String resourceGroupName, String virtualMachineName, StopVirtualMachineOptions body, com.azure.core.util.Context context) Implements the operation to stop a virtual machine.void
VirtualMachinesClient.stop
(String resourceGroupName, String virtualMachineName, StopVirtualMachineOptions body) Implements the operation to stop a virtual machine.void
VirtualMachinesClient.stop
(String resourceGroupName, String virtualMachineName, StopVirtualMachineOptions body, com.azure.core.util.Context context) Implements the operation to stop a virtual machine. -
Uses of StopVirtualMachineOptions in com.azure.resourcemanager.connectedvmware.models
Methods in com.azure.resourcemanager.connectedvmware.models that return StopVirtualMachineOptionsModifier and TypeMethodDescriptionStopVirtualMachineOptions.withSkipShutdown
(Boolean skipShutdown) Set the skipShutdown property: Gets or sets a value indicating whether to request non-graceful VM shutdown.Methods in com.azure.resourcemanager.connectedvmware.models with parameters of type StopVirtualMachineOptionsModifier and TypeMethodDescriptionvoid
VirtualMachine.stop
(StopVirtualMachineOptions body) Implements the operation to stop a virtual machine.void
VirtualMachine.stop
(StopVirtualMachineOptions body, com.azure.core.util.Context context) Implements the operation to stop a virtual machine.void
VirtualMachines.stop
(String resourceGroupName, String virtualMachineName, StopVirtualMachineOptions body) Implements the operation to stop a virtual machine.void
VirtualMachines.stop
(String resourceGroupName, String virtualMachineName, StopVirtualMachineOptions body, com.azure.core.util.Context context) Implements the operation to stop a virtual machine.