Поделиться через


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

Имя ресурса детектора

startTime
Nullable<DateTime>

Время начала

endTime
Nullable<DateTime>

Время окончания

timeGrain
String

Период времени

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Комментарии

Описание для получения ответа детектора сайта

Применяется к