Schemas - List Content Callback Url

コンテンツ コールバック URL を取得します。

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/schemas/{schemaName}/listContentCallbackUrl?api-version=2016-06-01

URI パラメーター

名前 / 必須 説明
integrationAccountName
path True

string

統合アカウント名。

resourceGroupName
path True

string

リソース グループ名。

schemaName
path True

string

統合アカウントのスキーマ名。

subscriptionId
path True

string

サブスクリプション ID。

api-version
query True

string

API のバージョン。

要求本文

名前 説明
keyType

KeyType

キーの型。

notAfter

string

有効期限です。

応答

名前 説明
200 OK

WorkflowTriggerCallbackUrl

OK

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

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

Scopes

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

Get the content callback url

Sample Request

POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/schemas/testSchema/listContentCallbackUrl?api-version=2016-06-01

{
  "notAfter": "2018-04-19T16:00:00Z",
  "keyType": "Primary"
}

Sample Response

{
  "value": "https://prod-00.westus.logic.azure.com:443/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/schemas/testSchema/contents/Value?api-version=2015-08-01-preview&sp=%2Fschemas%2FtestSchema%2Fread&sv=1.0&sig=VK_mbQPTHTa3ezhsrI8IctckwjlL3GdJmroQH_baYj4",
  "method": "GET",
  "basePath": "https://prod-00.westus.logic.azure.com/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/schemas/testSchema/contents/Value",
  "queries": {
    "api-version": "2015-08-01-preview"
  }
}

定義

名前 説明
GetCallbackUrlParameters

コールバック URL パラメーター。

KeyType
WorkflowTriggerCallbackUrl

ワークフロー トリガーのコールバック URL。

WorkflowTriggerListCallbackUrlQueries

ワークフロー トリガーのコールバック URL クエリ パラメーターを取得します。

GetCallbackUrlParameters

コールバック URL パラメーター。

名前 説明
keyType

KeyType

キーの型。

notAfter

string

有効期限です。

KeyType

名前 説明
NotSpecified

string

Primary

string

Secondary

string

WorkflowTriggerCallbackUrl

ワークフロー トリガーのコールバック URL。

名前 説明
basePath

string

ワークフロー トリガーのコールバック URL のベース パスを取得します。

method

string

ワークフロー トリガーのコールバック URL HTTP メソッドを取得します。

queries

WorkflowTriggerListCallbackUrlQueries

ワークフロー トリガーのコールバック URL クエリ パラメーターを取得します。

relativePath

string

ワークフロー トリガーのコールバック URL の相対パスを取得します。

relativePathParameters

string[]

ワークフロー トリガーコールバック URL の相対パス パラメーターを取得します。

value

string

ワークフロー トリガーのコールバック URL を取得します。

WorkflowTriggerListCallbackUrlQueries

ワークフロー トリガーのコールバック URL クエリ パラメーターを取得します。

名前 説明
api-version

string

API のバージョン。

se

string

SAS タイムスタンプ。

sig

string

SAS 署名。

sp

string

SAS アクセス許可。

sv

string

SAS バージョン。