Share via


Web Apps - Get Process Module Slot

A folyamatinformációk lekérése a webhely adott felskálázott példányának azonosítója alapján című cikk leírása.

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-paraméterek

Name In Kötelező Típus Description
baseAddress
path True

string

Modul alapcíme.

name
path True

string

Webhely neve.

processId
path True

string

PID.

resourceGroupName
path True

string

Annak az erőforráscsoportnak a neve, amelyhez az erőforrás tartozik.

Regex pattern: ^[-\w\._\(\)]+[^\.]$

slot
path True

string

Az üzembehelyezési pont neve. Ha nincs megadva pont, az API az éles pont üzembe helyezését adja vissza.

subscriptionId
path True

string

Az Azure-előfizetés azonosítója. Ez egy GUID formátumú sztring (például 00000000-0000-0000-0000-00000000000000).

api-version
query True

string

API-verzió

Válaszok

Name Típus Description
200 OK

ProcessModuleInfo

Modulinformációk visszaadva.

404 Not Found

A megadott azonosítóval rendelkező folyamat nem fut, vagy nem található a megadott baseAddress nevű modul.

Other Status Codes

DefaultErrorResponse

App Service hibaválasz.

Biztonság

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation felhasználói fiók megszemélyesítése

Definíciók

Name Description
DefaultErrorResponse

App Service hibaválasz.

Details
Error

Hibamodell.

ProcessModuleInfo

Modulinformációk feldolgozása.

DefaultErrorResponse

App Service hibaválasz.

Name Típus Description
error

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 hibakereséshez.

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.

ProcessModuleInfo

Modulinformációk 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_address

string

Alapcím. Modulazonosítóként használatos az ARM-erőforrás URI-jában.

properties.file_description

string

Fájl leírása.

properties.file_name

string

Fájlnév.

properties.file_path

string

Fájl elérési útja.

properties.file_version

string

Fájlverzió.

properties.href

string

HRef URI.

properties.is_debug

boolean

Hibakeresés?

properties.language

string

Modulnyelv (területi beállítás).

properties.module_memory_size

integer

Modulmemória mérete.

properties.product

string

Terméknév.

properties.product_version

string

Termékváltozat.

type

string

Erőforrástípus.