Web Apps - Get Deployment Slot

「アプリの ID またはデプロイ スロットでデプロイを取得する」の説明。

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

URI パラメーター

名前 / 必須 説明
id
path True

string

デプロイ ID

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

Deployment

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します。

Deployment

発行アクティビティに使用されるユーザー資格情報。

Details
Error

エラー モデル。

DefaultErrorResponse

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

名前 説明
error

Error

エラー モデル。

Deployment

発行アクティビティに使用されるユーザー資格情報。

名前 説明
id

string

リソース ID。

kind

string

リソースの種類。

name

string

リソース名。

properties.active

boolean

デプロイが現在アクティブな場合は True、完了した場合は false、開始されていない場合は null。

properties.author

string

デプロイを作成したユーザー。

properties.author_email

string

電子メールを作成します。

properties.deployer

string

デプロイを実行したユーザー。

properties.details

string

デプロイの詳細。

properties.end_time

string

終了時刻。

properties.message

string

デプロイの状態に関する詳細。

properties.start_time

string

開始時刻。

properties.status

integer

デプロイの状態。

type

string

リソースの種類。

Details

名前 説明
code

string

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

message

string

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

target

string

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

Error

エラー モデル。

名前 説明
code

string

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

details

Details[]

詳細なエラー。

innererror

string

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

message

string

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

target

string

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