Share via


Web Apps - List Workflows Connections Slot

Web サイトまたはデプロイ スロットに対するロジック アプリの接続をListsします。

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

URI パラメーター

名前 / 必須 説明
name
path True

string

サイト名。

resourceGroupName
path True

string

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

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

slot
path True

string

デプロイ スロットの名前。

subscriptionId
path True

string

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

api-version
query True

string

API バージョン

応答

名前 説明
200 OK

WorkflowEnvelope

Connections情報が返されます。

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 ユーザー アカウントの借用

List the Instance Workflows Configuration Connections Slot

Sample Request

POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/testsite2/slots/staging/listWorkflowsConnections?api-version=2023-12-01

Sample Response

{
  "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/testsite2/workflowconfigurations/connections",
  "name": "testsite2/connections",
  "type": "Microsoft.Web/sites/workflowsconfiguration",
  "location": "USAAnywhere",
  "properties": {
    "files": {
      "connections.json": {
        "managedApiConnections": {
          "office365": {
            "api": {
              "id": "string"
            },
            "connection": {
              "id": "string"
            },
            "connectionRuntimeUrl": "string",
            "authentication": {
              "type": "Raw",
              "scheme": "Key",
              "parameter": "@appsetting('office365-connectionKey')"
            }
          }
        }
      }
    },
    "health": {
      "state": "Healthy"
    }
  }
}

定義

名前 説明
DefaultErrorResponse

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

Details
Error

エラー モデル。

ErrorEntity

API から返されるエラー応答の本文。

Properties

その他のワークフロー プロパティ。

WorkflowEnvelope

ワークフロー プロパティの定義。

WorkflowHealth

ワークフローの正常性を表します。

WorkflowHealthState

ワークフローの正常性状態を取得または設定します。

WorkflowState

ワークフロー状態。

DefaultErrorResponse

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

名前 説明
error

Error

エラー モデル。

Details

名前 説明
code

string

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

message

string

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

target

string

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

Error

エラー モデル。

名前 説明
code

string

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

details

Details[]

詳細なエラー。

innererror

string

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

message

string

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

target

string

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

ErrorEntity

API から返されるエラー応答の本文。

名前 説明
code

string

基本的なエラー コード。

details

ErrorEntity[]

エラーの詳細。

extendedCode

string

エラーの種類。

innerErrors

ErrorEntity[]

内部エラー。

message

string

エラーの詳細。

messageTemplate

string

メッセージ テンプレート。

parameters

string[]

テンプレートのパラメーター。

target

string

エラーのターゲット。

Properties

その他のワークフロー プロパティ。

名前 説明
files

object

ファイルを取得または設定します。

flowState

WorkflowState

ワークフローの状態を取得または設定します。

health

WorkflowHealth

ワークフローの正常性を取得または設定します。

WorkflowEnvelope

ワークフロー プロパティの定義。

名前 説明
id

string

リソース ID。

kind

string

リソースの種類。

location

string

リソースの場所。

name

string

リソース名を取得します。

properties

Properties

その他のワークフロー プロパティ。

type

string

リソースの種類を取得します。

WorkflowHealth

ワークフローの正常性を表します。

名前 説明
error

ErrorEntity

ワークフロー エラーを取得または設定します。

state

WorkflowHealthState

ワークフローの正常性状態を取得または設定します。

WorkflowHealthState

ワークフローの正常性状態を取得または設定します。

名前 説明
Healthy

string

NotSpecified

string

Unhealthy

string

Unknown

string

WorkflowState

ワークフロー状態。

名前 説明
Completed

string

Deleted

string

Disabled

string

Enabled

string

NotSpecified

string

Suspended

string