Functions.DiagnosticsListSiteDetectorResponsesSlotWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDetectorResponseCollection> DiagnosticsListSiteDetectorResponsesSlotWithResult(string subscriptionId, string resourceGroupName, string siteName, string slot, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender);
member this.DiagnosticsListSiteDetectorResponsesSlotWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDetectorResponseCollection>
Public Function DiagnosticsListSiteDetectorResponsesSlotWithResult (subscriptionId As String, resourceGroupName As String, siteName As String, slot As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDetectorResponseCollection)

Parameters

subscriptionId
String
resourceGroupName
String
siteName
String
slot
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to