Udostępnij za pośrednictwem


WebAppsOperationsExtensions.StartWebSiteNetworkTraceAsync Metoda

Definicja

Rozpocznij przechwytywanie pakietów sieciowych dla lokacji (aby zostać wycofane).

public static System.Threading.Tasks.Task<string> StartWebSiteNetworkTraceAsync (this Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.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)

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa danej aplikacji internetowej.

durationInSeconds
Nullable<Int32>

Czas trwania przechwytywania w sekundach.

maxFrameLength
Nullable<Int32>

Maksymalna długość ramki w bajtach (opcjonalnie).

sasUrl
String

Adres URL obiektu blob do przechowywania pliku przechwytywania.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis uruchamiania przechwytywania pakietów sieciowych dla lokacji (aby zostać wycofane).

Dotyczy