Share via


HybridComputeMachineResource.InstallPatches Method

Definition

The operation to install patches on a hybrid machine identity in Azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{name}/installPatches
  • Operation Id: Machines_InstallPatches
  • Default Api Version: 2024-03-31-preview
  • Resource: HybridComputeMachineResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesResult> InstallPatches (Azure.WaitUntil waitUntil, Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member InstallPatches : Azure.WaitUntil * Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesResult>
override this.InstallPatches : Azure.WaitUntil * Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesResult>
Public Overridable Function InstallPatches (waitUntil As WaitUntil, content As MachineInstallPatchesContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MachineInstallPatchesResult)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
MachineInstallPatchesContent

Input for InstallPatches as directly received by the API.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to