次の方法で共有


Web Apps - List Web Jobs Slot

アプリまたはデプロイ スロットの Web ジョブの一覧表示に関する説明。

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

URI パラメーター

名前 / 必須 説明
name
path True

string

サイト名。

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

WebJobCollection

OK

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

エラー モデル。

WebJob

Web ジョブ情報。

WebJobCollection

Kudu Web ジョブ情報要素のコレクション。

WebJobType

ジョブの種類。

DefaultErrorResponse

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

名前 説明
error

Error

エラー モデル。

Details

名前 説明
code

string

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

message

string

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

target

string

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

Error

エラー モデル。

名前 説明
code

string

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

details

Details[]

詳細なエラー。

innererror

string

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

message

string

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

target

string

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

WebJob

Web ジョブ情報。

名前 説明
id

string

リソース ID。

kind

string

リソースの種類。

name

string

リソース名。

properties.error

string

エラー情報。

properties.extra_info_url

string

追加情報 URL。

properties.run_command

string

コマンドを実行します。

properties.settings

object

ジョブの設定。

properties.url

string

ジョブ URL。

properties.using_sdk

boolean

SDK を使用していますか?

properties.web_job_type

WebJobType

ジョブの種類。

type

string

リソースの種類。

WebJobCollection

Kudu Web ジョブ情報要素のコレクション。

名前 説明
nextLink

string

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

value

WebJob[]

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

WebJobType

ジョブの種類。

名前 説明
Continuous

string

Triggered

string