WebSiteSlotResource.StopNetworkTraceSlot(CancellationToken) Method

Definition

Description for Stop ongoing capturing network packets for the site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/stopNetworkTrace
  • Operation Id: WebApps_StopNetworkTraceSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotResource
public virtual Azure.Response StopNetworkTraceSlot (System.Threading.CancellationToken cancellationToken = default);
abstract member StopNetworkTraceSlot : System.Threading.CancellationToken -> Azure.Response
override this.StopNetworkTraceSlot : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function StopNetworkTraceSlot (Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to