IWebAppsOperations.BeginStartWebSiteNetworkTraceOperationWithHttpMessagesAsync 메서드

정의

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NetworkTraceInner>>> BeginStartWebSiteNetworkTraceOperationWithHttpMessagesAsync (string resourceGroupName, string name, int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginStartWebSiteNetworkTraceOperationWithHttpMessagesAsync : string * string * Nullable<int> * Nullable<int> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NetworkTraceInner>>>
Public Function BeginStartWebSiteNetworkTraceOperationWithHttpMessagesAsync (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 customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IList(Of NetworkTraceInner)))

매개 변수

resourceGroupName
String

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

name
String

웹앱의 이름입니다.

durationInSeconds
Nullable<Int32>

캡처를 계속하는 기간(초)입니다.

maxFrameLength
Nullable<Int32>

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

sasUrl
String

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

customHeaders
Dictionary<String,List<String>>

요청에 추가할 헤더입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

예외

작업이 잘못된 상태 코드를 반환할 때 throw됨

응답을 역직렬화할 수 없을 때 throw됨

필수 매개 변수가 null일 때 throw됨

설명

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

적용 대상