Partager via


WebAppsOperationsExtensions.ListProcesses Method

Definition

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

Parameters

operations
IWebAppsOperations
resourceGroupName
String
name
String

Returns

Applies to