Bagikan melalui


DiagnosticsOperationsExtensions.ListSiteDetectorResponsesSlotAsync Method

Definition

List Site Detector Responses

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorResponseInner>> ListSiteDetectorResponsesSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IDiagnosticsOperations operations, string resourceGroupName, string siteName, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListSiteDetectorResponsesSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IDiagnosticsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorResponseInner>>
<Extension()>
Public Function ListSiteDetectorResponsesSlotAsync (operations As IDiagnosticsOperations, resourceGroupName As String, siteName As String, slot 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.

siteName
String

Site Name

slot
String

Slot Name

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for List Site Detector Responses

Applies to