다음을 통해 공유


DiagnosticsOperationsExtensions.GetSiteDetectorResponseAsync 메서드

정의

사이트 감지기 응답 가져오기

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorResponseInner> GetSiteDetectorResponseAsync (this Microsoft.Azure.Management.AppService.Fluent.IDiagnosticsOperations operations, string resourceGroupName, string siteName, string detectorName, DateTime? startTime = default, DateTime? endTime = default, string timeGrain = default, System.Threading.CancellationToken cancellationToken = default);
static member GetSiteDetectorResponseAsync : Microsoft.Azure.Management.AppService.Fluent.IDiagnosticsOperations * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorResponseInner>
<Extension()>
Public Function GetSiteDetectorResponseAsync (operations As IDiagnosticsOperations, resourceGroupName As String, siteName As String, detectorName As String, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional timeGrain As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DetectorResponseInner)

매개 변수

operations
IDiagnosticsOperations

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

resourceGroupName
String

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

siteName
String

사이트 이름

detectorName
String

Detector 리소스 이름

startTime
Nullable<DateTime>

시작 시간

endTime
Nullable<DateTime>

종료 시간

timeGrain
String

시간 단위

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

사이트 감지기 응답 가져오기에 대한 설명

적용 대상