다음을 통해 공유


DiagnosticsOperationsExtensions.ListHostingEnvironmentDetectorResponsesAsync 메서드

정의

호스팅 환경 감지기 응답 나열

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorResponseInner>> ListHostingEnvironmentDetectorResponsesAsync (this Microsoft.Azure.Management.AppService.Fluent.IDiagnosticsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member ListHostingEnvironmentDetectorResponsesAsync : Microsoft.Azure.Management.AppService.Fluent.IDiagnosticsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorResponseInner>>
<Extension()>
Public Function ListHostingEnvironmentDetectorResponsesAsync (operations As IDiagnosticsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DetectorResponseInner))

매개 변수

operations
IDiagnosticsOperations

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

resourceGroupName
String

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

name
String

사이트 이름

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

호스팅 환경 탐지기 응답 나열에 대한 설명

적용 대상