Functions.WebAppsGetProcessDumpWithResult Method

Definition

public System.Threading.Tasks.Task<System.IO.Stream> WebAppsGetProcessDumpWithResult(string subscriptionId, string resourceGroupName, string name, string processId, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender);
member this.WebAppsGetProcessDumpWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function WebAppsGetProcessDumpWithResult (subscriptionId As String, resourceGroupName As String, name As String, processId As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of Stream)

Parameters

subscriptionId
String
resourceGroupName
String
name
String
processId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to