Freigeben über


DiagnosticsOperationsExtensions.ListSiteDetectorResponsesSlotAsync Methode

Definition

Auflisten von Site Detector-Antworten

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

Parameter

operations
IDiagnosticsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

siteName
String

Standortname

slot
String

Slotname

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Auflisten von Site Detector-Antworten

Gilt für: