Functions.DiagnosticsExecuteSiteDetectorSlot(String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Func<HttpResponseMessage,Task<IDiagnosticDetectorResponse>,Task>, Func<HttpResponseMessage,Task<IDefaultErrorResponse>,Task>, IEventListener, ISendAsync) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task DiagnosticsExecuteSiteDetectorSlot (string resourceGroupName, string siteName, string detectorName, string diagnosticCategory, string slot, DateTime? startTime, DateTime? endTime, string timeGrain, string subscriptionId, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponse>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender);
member this.DiagnosticsExecuteSiteDetectorSlot : string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDiagnosticDetectorResponse>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function DiagnosticsExecuteSiteDetectorSlot (resourceGroupName As String, siteName As String, detectorName As String, diagnosticCategory As String, slot As String, startTime As Nullable(Of DateTime), endTime As Nullable(Of DateTime), timeGrain As String, subscriptionId As String, onOk As Func(Of HttpResponseMessage, Task(Of IDiagnosticDetectorResponse), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IDefaultErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- resourceGroupName
- String
- siteName
- String
- detectorName
- String
- diagnosticCategory
- String
- slot
- String
- timeGrain
- String
- subscriptionId
- String
- onDefault
- Func<HttpResponseMessage,Task<IDefaultErrorResponse>,Task>
- eventListener
- IEventListener
- sender
- ISendAsync