Freigeben über


SelfHelpTroubleshooterResource.Update Method

Definition

Creates the specific troubleshooter action under a resource or subscription using the ‘solutionId’ and ‘properties.parameters’ as the trigger. <br/> Azure Troubleshooters help with hard to classify issues, reducing the gap between customer observed problems and solutions by guiding the user effortlessly through the troubleshooting process. Each Troubleshooter flow represents a problem area within Azure and has a complex tree-like structure that addresses many root causes. These flows are prepared with the help of Subject Matter experts and customer support engineers by carefully considering previous support requests raised by customers. Troubleshooters terminate at a well curated solution based off of resource backend signals and customer manual selections.

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

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.

data
SelfHelpTroubleshooterData

The required request body for this Troubleshooter resource creation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to