Freigeben über


WebAppsOperationsExtensions.GetNetworkTracesSlotAsync Methode

Definition

Ruft einen benannten Vorgang für eine Netzwerkablaufverfolgungserfassung ab (oder einen Bereitstellungsslot, falls angegeben).

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

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

name
String

Name der App

operationId
String

GUID des Vorgangs.

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, erhält die API einen Vorgang für den Produktionsslot.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Ruft einen benannten Vorgang für eine Netzwerkablaufverfolgungserfassung (oder einen Bereitstellungsslot ab, falls angegeben).

Gilt für: