Freigeben über


WebAppsOperationsExtensions.ListProcessModules Methode

Definition

Listen Sie Modulinformationen für einen Prozess anhand seiner ID für eine bestimmte skalierte instance auf einer Website auf.

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

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Websitename.

processId
String

PID.

Gibt zurück

Hinweise

Beschreibung für Listenmodulinformationen für einen Prozess anhand seiner ID für eine bestimmte skalierte instance auf einer Website.

Gilt für: