Web Apps - Get Process Module Slot

「Web サイト内の特定のスケールアウト インスタンスの ID でプロセス情報を取得する」の説明。

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

URI パラメーター

名前 / 必須 説明
baseAddress
path True

string

モジュールのベース アドレス。

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

ProcessModuleInfo

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

404 Not Found

指定した ID のプロセスが実行されていないか、指定した baseAddress を持つモジュールが見つかりませんでした。

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

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

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

リソースの種類。