Delen via


Web Apps - Get Process Module Slot

Beschrijving voor Procesgegevens ophalen 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/{baseAddress}?api-version=2023-12-01

URI-parameters

Name In Vereist Type Description
baseAddress
path True

string

Basisadres van de module.

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\._\(\)]+[^\.]$

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 000000000-0000-0000-0000-000000000000).

api-version
query True

string

API-versie

Antwoorden

Name Type Description
200 OK

ProcessModuleInfo

Modulegegevens geretourneerd.

404 Not Found

Het proces met de opgegeven id wordt niet uitgevoerd of er is geen module met het opgegeven baseAddress gevonden.

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.

ProcessModuleInfo

Modulegegevens verwerken.

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.

ProcessModuleInfo

Modulegegevens verwerken.

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

Bestandsbeschrijving.

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

Moduletaal (landinstelling).

properties.module_memory_size

integer

Geheugengrootte van module.

properties.product

string

Productnaam.

properties.product_version

string

Productversie.

type

string

Resourcetype.