Partager via


WebAppsOperationsExtensions.BeginStartNetworkTraceAsync Méthode

Définition

Commencez à capturer des paquets réseau pour le site.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NetworkTrace>> BeginStartNetworkTraceAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginStartNetworkTraceAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NetworkTrace>>
<Extension()>
Public Function BeginStartNetworkTraceAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, Optional durationInSeconds As Nullable(Of Integer) = Nothing, Optional maxFrameLength As Nullable(Of Integer) = Nothing, Optional sasUrl As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of NetworkTrace))

Paramètres

operations
IWebAppsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient la ressource.

name
String

Nom de l’application web.

durationInSeconds
Nullable<Int32>

Durée de la capture continue en secondes.

maxFrameLength
Nullable<Int32>

Longueur d’image maximale en octets (facultatif).

sasUrl
String

URL d’objet blob pour stocker le fichier de capture.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description de Démarrer la capture des paquets réseau pour le site.

S’applique à