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


DiagnosticsOperationsExtensions.ExecuteSiteDetectorAsync Метод

Определение

Выполнение детектора

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DiagnosticDetectorResponseInner> ExecuteSiteDetectorAsync (this Microsoft.Azure.Management.AppService.Fluent.IDiagnosticsOperations operations, string resourceGroupName, string siteName, string detectorName, string diagnosticCategory, DateTime? startTime = default, DateTime? endTime = default, string timeGrain = default, System.Threading.CancellationToken cancellationToken = default);
static member ExecuteSiteDetectorAsync : Microsoft.Azure.Management.AppService.Fluent.IDiagnosticsOperations * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DiagnosticDetectorResponseInner>
<Extension()>
Public Function ExecuteSiteDetectorAsync (operations As IDiagnosticsOperations, resourceGroupName As String, siteName As String, detectorName As String, diagnosticCategory 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 DiagnosticDetectorResponseInner)

Параметры

operations
IDiagnosticsOperations

Группа операций для этого метода расширения.

resourceGroupName
String

Имя группы ресурсов, к которой принадлежит ресурс.

siteName
String

Имя сайта

detectorName
String

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

diagnosticCategory
String

Название категории

startTime
Nullable<DateTime>

Время начала

endTime
Nullable<DateTime>

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

timeGrain
String

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

cancellationToken
CancellationToken

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

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

Комментарии

Описание выполнения детектора

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