다음을 통해 공유


WebAppsOperationsExtensions.BeginStartNetworkTraceAsync 메서드

정의

사이트에 대한 네트워크 패킷 캡처를 시작합니다.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NetworkTraceInner>> BeginStartNetworkTraceAsync (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 BeginStartNetworkTraceAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NetworkTraceInner>>
<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 NetworkTraceInner))

매개 변수

operations
IWebAppsOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

리소스가 속한 리소스 그룹의 이름입니다.

name
String

웹앱의 이름입니다.

durationInSeconds
Nullable<Int32>

캡처를 유지하는 기간(초)입니다.

maxFrameLength
Nullable<Int32>

최대 프레임 길이(바이트)입니다(선택 사항).

sasUrl
String

캡처 파일을 저장할 Blob URL입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

사이트에 대한 네트워크 패킷 캡처 시작에 대한 설명입니다.

적용 대상