Freigeben über


SelfHelpTroubleshooterResource.EndAsync(CancellationToken) Method

Definition

Ends the troubleshooter action

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to