WebSiteResource.StopWebSiteNetworkTraceAsync(CancellationToken) Method

Definition

Description for Stop ongoing capturing network packets for the site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/stop
  • Operation Id: WebApps_StopWebSiteNetworkTrace
  • Default Api Version: 2021-02-01
public virtual System.Threading.Tasks.Task<Azure.Response> StopWebSiteNetworkTraceAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member StopWebSiteNetworkTraceAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.StopWebSiteNetworkTraceAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function StopWebSiteNetworkTraceAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to