Share via


HybridComputeMachineResource.InstallPatchesAsync 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: 2023-10-03-preview
  • Resource: HybridComputeMachineResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesResult>> InstallPatchesAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member InstallPatchesAsync : Azure.WaitUntil * Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesResult>>
override this.InstallPatchesAsync : Azure.WaitUntil * Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.Models.MachineInstallPatchesResult>>
Public Overridable Function InstallPatchesAsync (waitUntil As WaitUntil, content As MachineInstallPatchesContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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