SelfHelpTroubleshooterResource.Continue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Azure.Response Continue (Azure.ResourceManager.SelfHelp.Models.TroubleshooterContinueContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Continue : Azure.ResourceManager.SelfHelp.Models.TroubleshooterContinueContent * System.Threading.CancellationToken -> Azure.Response
override this.Continue : Azure.ResourceManager.SelfHelp.Models.TroubleshooterContinueContent * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Continue (Optional content As TroubleshooterContinueContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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
Azure SDK for .NET