Share via


SelfHelpTroubleshooterCollection.CreateOrUpdate 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> CreateOrUpdate (Azure.WaitUntil waitUntil, string troubleshooterName, Azure.ResourceManager.SelfHelp.SelfHelpTroubleshooterData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SelfHelp.SelfHelpTroubleshooterData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SelfHelp.SelfHelpTroubleshooterResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SelfHelp.SelfHelpTroubleshooterData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SelfHelp.SelfHelpTroubleshooterResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, troubleshooterName As String, 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.

troubleshooterName
String

Troubleshooter resource Name.

data
SelfHelpTroubleshooterData

The required request body for this Troubleshooter resource creation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

troubleshooterName is an empty string, and was expected to be non-empty.

troubleshooterName or data is null.

Applies to