Agreements - List Content Callback Url
获取内容回调 URL。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}/listContentCallbackUrl?api-version=2016-06-01URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 | 
|---|---|---|---|---|
| agreement | path | True | string | 集成帐户协议名称。 | 
| integration | path | True | string | 集成帐户名称。 | 
| resource | path | True | string | 资源组名称。 | 
| subscription | path | True | string | 订阅 ID。 | 
| api-version | query | True | string | API 版本。 | 
请求正文
| 名称 | 类型 | 说明 | 
|---|---|---|
| keyType | 键类型。 | |
| notAfter | string (date-time) | 到期时间。 | 
响应
| 名称 | 类型 | 说明 | 
|---|---|---|
| 200 OK | 还行 | 
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
					类型: 
					oauth2
					流向: 
					implicit
					授权 URL: 
					https://login.microsoftonline.com/common/oauth2/authorize
			
作用域
| 名称 | 说明 | 
|---|---|
| user_impersonation | 模拟用户帐户 | 
示例
Get the content callback url
示例请求
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/agreements/testAgreement/listContentCallbackUrl?api-version=2016-06-01
{
  "notAfter": "2018-04-19T16:00:00Z",
  "keyType": "Primary"
}
示例响应
{
  "value": "https://prod-00.westus.logic.azure.com:443/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/agreements/testAgreement/contents/Value?api-version=2015-08-01-preview&sp=%2Fagreements%2FtestAgreement%2Fread&sv=1.0&sig=VK_mbQPTHTa3ezhsrI8IctckwjlL3GdJmroQH_baYj4",
  "method": "GET",
  "basePath": "https://prod-00.westus.logic.azure.com/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/agreements/testAgreement/contents/Value",
  "queries": {
    "api-version": "2015-08-01-preview"
  }
}定义
| 名称 | 说明 | 
|---|---|
| Get | 回调 URL 参数。 | 
| Key | |
| Workflow | 工作流触发器回调 URL。 | 
| Workflow | 获取工作流触发器回调 URL 查询参数。 | 
GetCallbackUrlParameters   
			
			回调 URL 参数。
| 名称 | 类型 | 说明 | 
|---|---|---|
| keyType | 键类型。 | |
| notAfter | string (date-time) | 到期时间。 | 
KeyType 
			
			
				| 值 | 说明 | 
|---|---|
| NotSpecified | |
| Primary | |
| Secondary | 
WorkflowTriggerCallbackUrl   
			
			工作流触发器回调 URL。
| 名称 | 类型 | 说明 | 
|---|---|---|
| basePath | string | 获取工作流触发器回调 URL 基路径。 | 
| method | string | 获取工作流触发器回调 URL HTTP 方法。 | 
| queries | 获取工作流触发器回调 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 版本。 |