你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Maps - List Content Callback Url

获取内容回调 URL。

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

URI 参数

名称 必需 类型 说明
integrationAccountName
path True

string

集成帐户名称。

mapName
path True

string

集成帐户映射名称。

resourceGroupName
path True

string

资源组名称。

subscriptionId
path True

string

订阅 ID。

api-version
query True

string

API 版本。

请求正文

名称 类型 说明
keyType

KeyType

键类型。

notAfter

string

到期时间。

响应

名称 类型 说明
200 OK

WorkflowTriggerCallbackUrl

确定

安全性

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/maps/testMap/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/maps/testMap/contents/Value?api-version=2015-08-01-preview&sp=%2Fmaps%2Ftestmap%2Fread&sv=1.0&sig=VK_mbQPTHTa3ezhsrI8IctckwjlL3GdJmroQH_baYj4",
  "method": "GET",
  "basePath": "https://prod-00.brazilus.logic.azure.com/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/maps/testmap/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 版本。