Partager via


WebAppsOperationsExtensions.GetProcessDumpSlot Method

Definition

public static System.IO.Stream GetProcessDumpSlot (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations operations, string resourceGroupName, string name, string processId, string slot);
static member GetProcessDumpSlot : Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations * string * string * string * string -> System.IO.Stream
<Extension()>
Public Function GetProcessDumpSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, processId As String, slot As String) As Stream

Parameters

operations
IWebAppsOperations
resourceGroupName
String
name
String
processId
String
slot
String

Returns

Applies to