Delen via


Web Apps - List Instance Process Threads

Beschrijving voor De threads in een proces weergeven 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}/instances/{instanceId}/processes/{processId}/threads?api-version=2023-12-01

URI-parameters

Name In Vereist Type Description
instanceId
path True

string

Id van een specifiek uitgeschaald exemplaar. Dit is de waarde van de naameigenschap in het JSON-antwoord van 'GET api/sites/{siteName}/instances'.

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

ProcessThreadInfoCollection

Threadgegevens 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.

ProcessThreadInfo

Threadgegevens verwerken.

ProcessThreadInfoCollection

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.

ProcessThreadInfo

Threadgegevens verwerken.

Name Type Description
id

string

Resource-id.

kind

string

Soort resource.

name

string

Resourcenaam.

properties.base_priority

integer

Basisprioriteit.

properties.current_priority

integer

Huidige threadprioriteit.

properties.href

string

HRef-URI.

properties.identifier

integer

Site-extensie-id.

properties.priority_level

string

Prioriteitsniveau thread.

properties.process

string

Proces-URI.

properties.start_address

string

Beginadres.

properties.start_time

string

Begintijd.

properties.state

string

Threadstatus.

properties.total_processor_time

string

Totale processortijd.

properties.user_processor_time

string

Processortijd van gebruikers.

properties.wait_reason

string

Reden van wachten.

type

string

Resourcetype.

ProcessThreadInfoCollection

Verzameling kudu-threadinformatie-elementen.

Name Type Description
nextLink

string

Koppeling naar de volgende pagina met resources.

value

ProcessThreadInfo[]

Verzameling van resources.