Share via


SelfHelpSolutionResource.Update Method

Definition

Update the requiredInputs or additional information needed to execute the solution

  • Request Path: /{scope}/providers/Microsoft.Help/solutions/{solutionResourceName}
  • Operation Id: Solution_Update
  • Default Api Version: 2024-03-01-preview
  • Resource: SelfHelpSolutionResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SelfHelp.SelfHelpSolutionResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.SelfHelp.Models.SelfHelpSolutionPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.SelfHelp.Models.SelfHelpSolutionPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SelfHelp.SelfHelpSolutionResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.SelfHelp.Models.SelfHelpSolutionPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SelfHelp.SelfHelpSolutionResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As SelfHelpSolutionPatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SelfHelpSolutionResource)

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.

patch
SelfHelpSolutionPatch

The required request body for updating a solution resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to