Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineInstallPatchesResultInner
Packages that use VirtualMachineInstallPatchesResultInner
Package
Description
Package containing the service clients for ComputeManagementClient.
-
Uses of VirtualMachineInstallPatchesResultInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return VirtualMachineInstallPatchesResultInnerModifier and TypeMethodDescriptionVirtualMachinesClient.installPatches(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM.VirtualMachinesClient.installPatches(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput, com.azure.core.util.Context context) Installs patches on the VM.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type VirtualMachineInstallPatchesResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>,VirtualMachineInstallPatchesResultInner> VirtualMachinesClient.beginInstallPatches(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>,VirtualMachineInstallPatchesResultInner> VirtualMachinesClient.beginInstallPatches(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>,VirtualMachineInstallPatchesResultInner> VirtualMachinesClient.beginInstallPatches(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput, com.azure.core.util.Context context) Installs patches on the VM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>,VirtualMachineInstallPatchesResultInner> VirtualMachinesClient.beginInstallPatches(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput, com.azure.core.util.Context context) Installs patches on the VM.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>,VirtualMachineInstallPatchesResultInner> VirtualMachinesClient.beginInstallPatchesAsync(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>,VirtualMachineInstallPatchesResultInner> VirtualMachinesClient.beginInstallPatchesAsync(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM.VirtualMachinesClient.installPatchesAsync(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM.