Delen via


SelfHelpTroubleshooterResource.ContinueAsync Method

Definition

Uses ‘stepId’ and ‘responses’ as the trigger to continue the troubleshooting steps for the respective troubleshooter resource name. <br/>Continue API is used to provide inputs that are required for the specific troubleshooter to progress into the next step in the process. This API is used after the Troubleshooter has been created using the Create API.

  • Request Path: /{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}/continue
  • Operation Id: Troubleshooters_Continue
  • Default Api Version: 2024-03-01-preview
  • Resource: SelfHelpTroubleshooterResource
public virtual System.Threading.Tasks.Task<Azure.Response> ContinueAsync (Azure.ResourceManager.SelfHelp.Models.TroubleshooterContinueContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ContinueAsync : Azure.ResourceManager.SelfHelp.Models.TroubleshooterContinueContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.ContinueAsync : Azure.ResourceManager.SelfHelp.Models.TroubleshooterContinueContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function ContinueAsync (Optional content As TroubleshooterContinueContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

content
TroubleshooterContinueContent

The required request body for going to next step in Troubleshooter resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to