SelfHelpTroubleshooterResource.End(CancellationToken) Method

Definition

Ends the troubleshooter action

  • Request Path. : /{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}/end.
  • Operation Id. : TroubleshooterResources_End.
  • Default Api Version. : 2024-03-01-preview.
  • Resource. : SelfHelpTroubleshooterResource.
public virtual Azure.Response End(System.Threading.CancellationToken cancellationToken = default);
abstract member End : System.Threading.CancellationToken -> Azure.Response
override this.End : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function End (Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to