Web Apps - List Process Threads
Leírás A folyamat szálainak listázása egy webhely egy adott kibővített példányának azonosítója alapján.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}/threads?api-version=2025-03-01
URI-paraméterek
| Name | In | Kötelező | Típus | Description |
|---|---|---|---|---|
|
name
|
path | True |
string |
Webhely neve. |
|
process
|
path | True |
string |
PID. |
|
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+[^\.]$ |
Annak az erőforráscsoportnak a neve, amelyhez az erőforrás tartozik. |
|
subscription
|
path | True |
string |
Az Ön Azure előfizetési azonosítója. Ez egy GUID formátumú sztring (például 000000000-0000-0000-0000-0000000000). |
|
api-version
|
query | True |
string |
API-verzió |
Válaszok
| Name | Típus | Description |
|---|---|---|
| 200 OK |
A szál adatai visszaadva. |
|
| 404 Not Found |
A megadott azonosítóval rendelkező folyamat nem fut. |
|
| Other Status Codes |
App Service-hibaválasz. |
Biztonság
azure_auth
Azure Active Directory OAuth2-folyamat
Típus:
oauth2
Folyamat:
implicit
Engedélyezési URL:
https://login.microsoftonline.com/common/oauth2/authorize
Hatókörök
| Name | Description |
|---|---|
| user_impersonation | Megszemélyesíti a felhasználói fiókját |
Definíciók
| Name | Description |
|---|---|
|
Default |
App Service-hibaválasz. |
| Details | |
| Error |
Hibamodell. |
|
Process |
Szál adatainak feldolgozása. |
|
Process |
Kudu-szál információs elemek gyűjteménye. |
DefaultErrorResponse
App Service-hibaválasz.
| Name | Típus | Description |
|---|---|---|
| error |
Hibamodell. |
Details
| Name | Típus | Description |
|---|---|---|
| code |
string |
Szabványosított sztring a hiba programozott azonosításához. |
| message |
string |
Részletes hibaleírás és hibakeresési információk. |
| target |
string |
Részletes hibaleírás és hibakeresési információk. |
Error
Hibamodell.
| Name | Típus | Description |
|---|---|---|
| code |
string |
Szabványosított sztring a hiba programozott azonosításához. |
| details |
Details[] |
Részletes hibák. |
| innererror |
string |
További információ a hiba hibakereséséről. |
| message |
string |
Részletes hibaleírás és hibakeresési információk. |
| target |
string |
Részletes hibaleírás és hibakeresési információk. |
ProcessThreadInfo
Szál adatainak feldolgozása.
| Name | Típus | Description |
|---|---|---|
| id |
string |
Erőforrás-azonosító. |
| kind |
string |
Erőforrás típusa. |
| name |
string |
Erőforrás neve. |
| properties.base_priority |
integer (int32) |
Alap prioritás. |
| properties.current_priority |
integer (int32) |
Aktuális téma prioritása. |
| properties.href |
string |
HRef URI. |
| properties.identifier |
integer (int32) |
Webhelybővítmény azonosítója. |
| properties.priority_level |
string |
Szál prioritási szintje. |
| properties.process |
string |
Folyamat URI. |
| properties.start_address |
string |
Kezdő cím. |
| properties.start_time |
string (date-time) |
Kezdés időpontja. |
| properties.state |
string |
Szál állapota. |
| properties.total_processor_time |
string |
A processzor teljes ideje. |
| properties.user_processor_time |
string |
Felhasználói processzor ideje. |
| properties.wait_reason |
string |
Várj okot. |
| type |
string |
Erőforrás típusa. |
ProcessThreadInfoCollection
Kudu-szál információs elemek gyűjteménye.
| Name | Típus | Description |
|---|---|---|
| nextLink |
string |
Hivatkozás az erőforrások következő oldalára. |
| value |
Erőforrások gyűjtése. |