Delen via


Web Apps - List Process Modules Slot

Beschrijving voor informatie over lijstmodules 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}/slots/{slot}/processes/{processId}/modules?api-version=2024-04-01

URI-parameters

Name In Vereist Type Description
name
path True

string

Sitenaam.

processId
path True

string

PID.

resourceGroupName
path True

string

minLength: 1
maxLength: 90
pattern: ^[-\w\._\(\)]+[^\.]$

Naam van de resourcegroep waartoe de resource behoort.

slot
path True

string

Naam van de implementatiesite. Als er geen site is opgegeven, retourneert de API implementaties voor de productiesite.

subscriptionId
path True

string

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

api-version
query True

string

API-versie

Antwoorden

Name Type Description
200 OK

ProcessModuleInfoCollection

Modulegegevens geretourneerd.

404 Not Found

Het proces met de opgegeven id wordt niet uitgevoerd.

Other Status Codes

DefaultErrorResponse

Foutreactie van App Service.

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

Foutreactie van App Service.

Details
Error

Foutmodel.

ProcessModuleInfo

Informatie over procesmodules.

ProcessModuleInfoCollection

Verzameling kudu-threadinformatie-elementen.

DefaultErrorResponse

Foutreactie van App Service.

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

target

string

Gedetailleerde foutbeschrijving en foutopsporingsgegevens.

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

target

string

Gedetailleerde foutbeschrijving en foutopsporingsgegevens.

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 de 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

Taal van module (landinstelling).

properties.module_memory_size

integer (int32)

Geheugengrootte van module.

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