Partager via


WebAppsOperationsExtensions.ListProcessThreads Method

Definition

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ProcessThreadInfo> ListProcessThreads (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations operations, string resourceGroupName, string name, string processId);
static member ListProcessThreads : Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ProcessThreadInfo>
<Extension()>
Public Function ListProcessThreads (operations As IWebAppsOperations, resourceGroupName As String, name As String, processId As String) As IPage(Of ProcessThreadInfo)

Parameters

operations
IWebAppsOperations
resourceGroupName
String
name
String
processId
String

Returns

Applies to