Bagikan melalui


DiagnosticsOperationsExtensions.ListHostingEnvironmentDetectorResponsesAsync Method

Definition

List Hosting Environment Detector Responses

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))

Parameters

operations
IDiagnosticsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Site Name

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for List Hosting Environment Detector Responses

Applies to