Delen via


Web Apps - List Process Modules

Beschrijving van modulegegevens weergeven voor een proces op basis van de id voor een specifiek uitgeschaald exemplaar op een website.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}/modules?api-version=2023-12-01

URI-parameters

Name In Vereist Type Description
name
path True

string

Sitenaam.

processId
path True

string

PID.

resourceGroupName
path True

string

Naam van de resourcegroep waartoe de resource behoort.

Regex-patroon: ^[-\w\._\(\)]+[^\.]$

subscriptionId
path True

string

Uw Azure-abonnements-id. Dit is een tekenreeks met GUID-indeling (bijvoorbeeld 00000000-0000-0000-0000-000000000000).

api-version
query True

string

API-versie

Antwoorden

Name Type Description
200 OK

ProcessModuleInfoCollection

Module-informatie geretourneerd.

404 Not Found

Het proces met de opgegeven id wordt niet uitgevoerd.

Other Status Codes

DefaultErrorResponse

App Service foutreactie.

Beveiliging

azure_auth

Azure Active Directory OAuth2-stroom

Type: oauth2
Stroom: implicit
Autorisatie-URL: https://login.microsoftonline.com/common/oauth2/authorize

Bereiken

Name Description
user_impersonation uw gebruikersaccount imiteren

Definities

Name Description
DefaultErrorResponse

App Service foutreactie.

Details
Error

Foutmodel.

ProcessModuleInfo

Informatie over procesmodules.

ProcessModuleInfoCollection

Verzameling kudu-threadinformatie-elementen.

DefaultErrorResponse

App Service foutreactie.

Name Type Description
error

Error

Foutmodel.

Details

Name Type Description
code

string

Gestandaardiseerde tekenreeks om de fout programmatisch te identificeren.

message

string

Gedetailleerde foutbeschrijving en foutopsporingsinformatie.

target

string

Gedetailleerde foutbeschrijving en foutopsporingsinformatie.

Error

Foutmodel.

Name Type Description
code

string

Gestandaardiseerde tekenreeks om de fout programmatisch te identificeren.

details

Details[]

Gedetailleerde fouten.

innererror

string

Meer informatie over foutopsporing.

message

string

Gedetailleerde foutbeschrijving en foutopsporingsinformatie.

target

string

Gedetailleerde foutbeschrijving en foutopsporingsinformatie.

ProcessModuleInfo

Informatie over procesmodules.

Name Type Description
id

string

Resource-id.

kind

string

Soort resource.

name

string

Resourcenaam.

properties.base_address

string

Basisadres. Wordt gebruikt als module-id in arm-resource-URI.

properties.file_description

string

Beschrijving van bestand.

properties.file_name

string

Bestandsnaam.

properties.file_path

string

Bestandspad.

properties.file_version

string

Bestandsversie.

properties.href

string

HRef-URI.

properties.is_debug

boolean

Is foutopsporing?

properties.language

string

Moduletaal (landinstelling).

properties.module_memory_size

integer

Modulegeheugengrootte.

properties.product

string

Productnaam.

properties.product_version

string

Productversie.

type

string

Resourcetype.

ProcessModuleInfoCollection

Verzameling kudu-threadinformatie-elementen.

Name Type Description
nextLink

string

Koppeling naar de volgende pagina met resources.

value

ProcessModuleInfo[]

Verzameling van resources.