Web Apps - List Instance Process Modules Slot

「Web サイト内の特定のスケールアウト インスタンスの ID でプロセスのモジュール情報を一覧表示する」の説明。

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

URI パラメーター

名前 / 必須 説明
instanceId
path True

string

特定のスケールアウト されたインスタンスの ID。 これは、"GET api/sites/{siteName}/instances" からの JSON 応答の name プロパティの値です。

name
path True

string

サイト名。

processId
path True

string

Pid。

resourceGroupName
path True

string

リソースが属しているリソース グループの名前。

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

slot
path True

string

デプロイ スロットの名前。 スロットが指定されていない場合、API は運用スロットのデプロイを返します。

subscriptionId
path True

string

Azure のサブスクリプション ID。 これは GUID 形式の文字列です (たとえば、000000000-0000-0000-0000-000000000000000000000000000000000000000000000000000000000000、

api-version
query True

string

API バージョン

応答

名前 説明
200 OK

ProcessModuleInfoCollection

返されるモジュール情報。

404 Not Found

指定した ID のプロセスが実行されていません。

Other Status Codes

DefaultErrorResponse

エラー応答をApp Serviceします。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

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

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

定義

名前 説明
DefaultErrorResponse

エラー応答をApp Serviceします。

Details
Error

エラー モデル。

ProcessModuleInfo

モジュール情報を処理します。

ProcessModuleInfoCollection

Kudu スレッド情報要素のコレクション。

DefaultErrorResponse

エラー応答をApp Serviceします。

名前 説明
error

Error

エラー モデル。

Details

名前 説明
code

string

プログラムによってエラーを識別するための標準化された文字列。

message

string

詳細なエラーの説明とデバッグ情報。

target

string

詳細なエラーの説明とデバッグ情報。

Error

エラー モデル。

名前 説明
code

string

プログラムによってエラーを識別するための標準化された文字列。

details

Details[]

詳細なエラー。

innererror

string

エラーのデバッグに関する詳細情報。

message

string

詳細なエラーの説明とデバッグ情報。

target

string

詳細なエラーの説明とデバッグ情報。

ProcessModuleInfo

モジュール情報を処理します。

名前 説明
id

string

リソース ID。

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

リソースの種類。

ProcessModuleInfoCollection

Kudu スレッド情報要素のコレクション。

名前 説明
nextLink

string

リソースの次のページへのリンク。

value

ProcessModuleInfo[]

リソースのコレクション。