Freigeben über


WebAppsOperationsExtensions.StopWebSiteNetworkTraceSlotAsync Methode

Definition

Beenden Sie die fortlaufende Erfassung von Netzwerkpaketen für den Standort.

public static System.Threading.Tasks.Task StopWebSiteNetworkTraceSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, System.Threading.CancellationToken cancellationToken = default);
static member StopWebSiteNetworkTraceSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function StopWebSiteNetworkTraceSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Der Name der Web-App.

slot
String

Der Name des Slots für diese Web-App.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Fortlaufende Erfassung von Netzwerkpaketen für den Standort beenden.

Gilt für: