你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DiagnosticsOperationsExtensions.GetHostingEnvironmentDetectorResponseAsync 方法

定义

获取宿主环境检测器响应

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorResponseInner> GetHostingEnvironmentDetectorResponseAsync (this Microsoft.Azure.Management.AppService.Fluent.IDiagnosticsOperations operations, string resourceGroupName, string name, string detectorName, DateTime? startTime = default, DateTime? endTime = default, string timeGrain = default, System.Threading.CancellationToken cancellationToken = default);
static member GetHostingEnvironmentDetectorResponseAsync : 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 GetHostingEnvironmentDetectorResponseAsync (operations As IDiagnosticsOperations, resourceGroupName As String, name 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

资源所属的资源组的名称。

name
String

应用服务环境名称

detectorName
String

检测器资源名称

startTime
Nullable<DateTime>

开始时间

endTime
Nullable<DateTime>

结束时间

timeGrain
String

时间粒度

cancellationToken
CancellationToken

取消标记。

返回

注解

获取宿主环境检测器响应的说明

适用于