Web Apps - List Process Modules
Beskrivning av listmodulinformation för en process med dess ID för en specifik utskalad instans på en webbplats.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}/modules?api-version=2024-04-01
URI-parametrar
| Name | I | Obligatorisk | Typ | Description |
|---|---|---|---|---|
|
name
|
path | True |
string |
Webbplatsnamn. |
|
process
|
path | True |
string |
PID. |
|
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+[^\.]$ |
Namnet på resursgruppen som resursen tillhör. |
|
subscription
|
path | True |
string |
Ditt Azure-prenumerations-ID. Det här är en GUID-formaterad sträng (t.ex. 00000000-0000-0000-0000-000000000000). |
|
api-version
|
query | True |
string |
API-version |
Svar
| Name | Typ | Description |
|---|---|---|
| 200 OK |
Modulinformationen returnerades. |
|
| 404 Not Found |
Processen med det angivna ID:t körs inte. |
|
| Other Status Codes |
App Service-felsvar. |
Säkerhet
azure_auth
Azure Active Directory OAuth2-flöde
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Omfattningar
| Name | Description |
|---|---|
| user_impersonation | personifiera ditt användarkonto |
Definitioner
| Name | Description |
|---|---|
|
Default |
App Service-felsvar. |
| Details | |
| Error |
Felmodell. |
|
Process |
Processmodulinformation. |
|
Process |
Samling Kudu-trådinformationselement. |
DefaultErrorResponse
App Service-felsvar.
| Name | Typ | Description |
|---|---|---|
| error |
Felmodell. |
Details
| Name | Typ | Description |
|---|---|---|
| code |
string |
Standardiserad sträng för att programmatiskt identifiera felet. |
| message |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
| target |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
Error
Felmodell.
| Name | Typ | Description |
|---|---|---|
| code |
string |
Standardiserad sträng för att programmatiskt identifiera felet. |
| details |
Details[] |
Detaljerade fel. |
| innererror |
string |
Mer information om felsökningsfel. |
| message |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
| target |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
ProcessModuleInfo
Processmodulinformation.
| Name | Typ | Description |
|---|---|---|
| id |
string |
Resurs-ID. |
| kind |
string |
Typ av resurs. |
| name |
string |
Resursnamn. |
| properties.base_address |
string |
Basadress. Används som modulidentifierare i ARM-resurs-URI. |
| properties.file_description |
string |
Filbeskrivning. |
| properties.file_name |
string |
Filnamn. |
| properties.file_path |
string |
Filsökväg. |
| properties.file_version |
string |
Filversion. |
| properties.href |
string |
HRef-URI. |
| properties.is_debug |
boolean |
Är felsökning? |
| properties.language |
string |
Modulspråk (språkvariant). |
| properties.module_memory_size |
integer (int32) |
Modulens minnesstorlek. |
| properties.product |
string |
Produktnamn. |
| properties.product_version |
string |
Produktversion. |
| type |
string |
Resurstyp. |
ProcessModuleInfoCollection
Samling Kudu-trådinformationselement.
| Name | Typ | Description |
|---|---|---|
| nextLink |
string |
Länka till nästa sida med resurser. |
| value |
Samling resurser. |