Partager via


WebAppsOperationsExtensions.StartWebSiteNetworkTraceAsync Méthode

Définition

Commencez à capturer les paquets réseau pour le site (à déprécier).

public static System.Threading.Tasks.Task<string> StartWebSiteNetworkTraceAsync (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 StartWebSiteNetworkTraceAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function StartWebSiteNetworkTraceAsync (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 String)

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 La capture des paquets réseau pour le site (à déprécier).

S’applique à