Web Apps - List Process Threads
웹 사이트의 특정 스케일 아웃 instance 대한 ID로 프로세스의 스레드 나열에 대한 설명입니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}/threads?api-version=2023-12-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
name
|
path | True |
string |
사이트 이름입니다. |
process
|
path | True |
string |
PID |
resource
|
path | True |
string |
리소스가 속한 리소스 그룹의 이름입니다. regex 패턴: |
subscription
|
path | True |
string |
Azure 구독 ID. GUID 형식 문자열입니다(예: 000000000-0000-0000-0000-0000-000000000000). |
api-version
|
query | True |
string |
API 버전 |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
반환된 스레드 정보입니다. |
|
404 Not Found |
지정된 ID를 사용하여 프로세스가 실행되고 있지 않습니다. |
|
Other Status Codes |
오류 응답을 App Service. |
보안
azure_auth
Azure Active Directory OAuth2 Flow
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
범위
Name | Description |
---|---|
user_impersonation | 사용자 계정 가장 |
정의
Name | Description |
---|---|
Default |
오류 응답을 App Service. |
Details | |
Error |
오류 모델. |
Process |
프로세스 스레드 정보입니다. |
Process |
Kudu 스레드 정보 요소의 컬렉션입니다. |
DefaultErrorResponse
오류 응답을 App Service.
Name | 형식 | Description |
---|---|---|
error |
오류 모델. |
Details
Name | 형식 | Description |
---|---|---|
code |
string |
프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다. |
message |
string |
자세한 오류 설명 및 디버깅 정보입니다. |
target |
string |
자세한 오류 설명 및 디버깅 정보입니다. |
Error
오류 모델.
Name | 형식 | Description |
---|---|---|
code |
string |
프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다. |
details |
Details[] |
자세한 오류입니다. |
innererror |
string |
디버그 오류에 대한 자세한 정보입니다. |
message |
string |
자세한 오류 설명 및 디버깅 정보입니다. |
target |
string |
자세한 오류 설명 및 디버깅 정보입니다. |
ProcessThreadInfo
프로세스 스레드 정보입니다.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스 ID입니다. |
kind |
string |
리소스 종류입니다. |
name |
string |
리소스 이름입니다. |
properties.base_priority |
integer |
기본 우선 순위입니다. |
properties.current_priority |
integer |
현재 스레드 우선 순위입니다. |
properties.href |
string |
HRef URI. |
properties.identifier |
integer |
사이트 확장 ID입니다. |
properties.priority_level |
string |
스레드 우선 순위 수준입니다. |
properties.process |
string |
프로세스 URI. |
properties.start_address |
string |
시작 주소입니다. |
properties.start_time |
string |
시작 시간 |
properties.state |
string |
스레드 상태입니다. |
properties.total_processor_time |
string |
총 프로세서 시간. |
properties.user_processor_time |
string |
사용자 프로세서 시간. |
properties.wait_reason |
string |
대기 이유. |
type |
string |
리소스 종류. |
ProcessThreadInfoCollection
Kudu 스레드 정보 요소의 컬렉션입니다.
Name | 형식 | Description |
---|---|---|
nextLink |
string |
리소스의 다음 페이지에 연결합니다. |
value |
리소스 컬렉션입니다. |