Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineInstallPatchesParameters
Packages that use VirtualMachineInstallPatchesParameters
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineInstallPatchesParameters in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type VirtualMachineInstallPatchesParametersModifier 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, 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.VirtualMachinesClient.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.VirtualMachinesClient.installPatchesAsync(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualMachinesClient.installPatchesWithResponseAsync(String resourceGroupName, String vmName, VirtualMachineInstallPatchesParameters installPatchesInput) Installs patches on the VM. -
Uses of VirtualMachineInstallPatchesParameters in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineInstallPatchesParametersModifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineInstallPatchesParameters from the JsonReader.VirtualMachineInstallPatchesParameters.withLinuxParameters(LinuxParameters linuxParameters) Set the linuxParameters property: Input for InstallPatches on a Linux VM, as directly received by the API.VirtualMachineInstallPatchesParameters.withMaximumDuration(String maximumDuration) Set the maximumDuration property: Specifies the maximum amount of time that the operation will run.VirtualMachineInstallPatchesParameters.withRebootSetting(VMGuestPatchRebootSetting rebootSetting) Set the rebootSetting property: Defines when it is acceptable to reboot a VM during a software update operation.VirtualMachineInstallPatchesParameters.withWindowsParameters(WindowsParameters windowsParameters) Set the windowsParameters property: Input for InstallPatches on a Windows VM, as directly received by the API.