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.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineInstallPatchesResultInner>,VirtualMachineInstallPatchesResultInner> |
VirtualMachinesClient.beginInstallPatchesAsync(String resourceGroupName,
String vmName,
VirtualMachineInstallPatchesParameters installPatchesInput) |
Installs patches on the VM.
|
VirtualMachineInstallPatchesResultInner |
VirtualMachinesClient.installPatches(String resourceGroupName,
String vmName,
VirtualMachineInstallPatchesParameters installPatchesInput) |
Installs patches on the VM.
|
VirtualMachineInstallPatchesResultInner |
VirtualMachinesClient.installPatches(String resourceGroupName,
String vmName,
VirtualMachineInstallPatchesParameters installPatchesInput,
com.azure.core.util.Context context) |
Installs patches on the VM.
|
Mono<VirtualMachineInstallPatchesResultInner> |
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.
|