Share via


Web Apps - Get Instance Process Module

依網站中特定相應放大實例之標識碼取得進程資訊的描述。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/processes/{processId}/modules/{baseAddress}?api-version=2023-12-01

URI 參數

名稱 位於 必要 類型 Description
baseAddress
path True

string

模組基位址。

instanceId
path True

string

特定向外延展實例的標識碼。 這是來自 “GET api/sites/{siteName}/instances” 之 JSON 回應中 name 屬性的值。

name
path True

string

網站名稱。

processId
path True

string

Pid。

resourceGroupName
path True

string

資源所屬資源群組的名稱。

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

subscriptionId
path True

string

您的 Azure 訂用帳戶識別碼。 這是 GUID 格式的字串 (例如 000000000-0000-0000-0000-000000000000) 。

api-version
query True

string

API 版本

回應

名稱 類型 Description
200 OK

ProcessModuleInfo

傳回的模組資訊。

404 Not Found

未執行具有指定標識碼的進程,或找不到具有指定baseAddress的模組。

Other Status Codes

DefaultErrorResponse

App Service 錯誤回應。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

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

Scopes

名稱 Description
user_impersonation 模擬您的用戶帳戶

定義

名稱 Description
DefaultErrorResponse

App Service 錯誤回應。

Details
Error

錯誤模型。

ProcessModuleInfo

處理模組資訊。

DefaultErrorResponse

App Service 錯誤回應。

名稱 類型 Description
error

Error

錯誤模型。

Details

名稱 類型 Description
code

string

標準化字串,以程序設計方式識別錯誤。

message

string

詳細的錯誤描述和偵錯資訊。

target

string

詳細的錯誤描述和偵錯資訊。

Error

錯誤模型。

名稱 類型 Description
code

string

標準化字串,以程序設計方式識別錯誤。

details

Details[]

詳細的錯誤。

innererror

string

偵錯錯誤的詳細資訊。

message

string

詳細的錯誤描述和偵錯資訊。

target

string

詳細的錯誤描述和偵錯資訊。

ProcessModuleInfo

處理模組資訊。

名稱 類型 Description
id

string

資源標識碼。

kind

string

資源種類。

name

string

資源名稱。

properties.base_address

string

基位址。 作為 ARM 資源 URI 中的模組識別碼。

properties.file_description

string

檔案描述。

properties.file_name

string

檔案名稱

properties.file_path

string

檔案路徑。

properties.file_version

string

檔案版本。

properties.href

string

HRef URI。

properties.is_debug

boolean

偵錯嗎?

properties.language

string

模組語言 (地區設定) 。

properties.module_memory_size

integer

模組記憶體大小。

properties.product

string

產品名稱。

properties.product_version

string

產品版本。

type

string

資源類型。