你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Workflows - Validate
验证工作流定义。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/locations/{location}/workflows/{workflowName}/validate?api-version=2016-06-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
location
|
path | True |
string |
工作流位置。 |
resource
|
path | True |
string |
资源组名称。 |
subscription
|
path | True |
string |
订阅 ID。 |
workflow
|
path | True |
string |
工作流名称。 |
api-version
|
query | True |
string |
API 版本。 |
请求正文
名称 | 类型 | 说明 |
---|---|---|
location |
string |
资源位置。 |
properties.definition |
定义。 请参阅 Azure 逻辑应用中工作流定义语言的架构参考。 |
|
properties.integrationAccount |
集成帐户。 |
|
properties.parameters |
<string,
Workflow |
参数。 |
properties.sku |
SKU。 |
|
properties.state |
状态。 |
|
tags |
object |
资源标记。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
确定 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
Validate a workflow
示例请求
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/locations/brazilsouth/workflows/test-workflow/validate?api-version=2016-06-01
{
"properties": {}
}
示例响应
定义
名称 | 说明 |
---|---|
Object | |
Parameter |
|
Resource |
资源引用。 |
Sku |
SKU 类型。 |
Sku |
SKU 名称。 |
Workflow |
工作流类型。 |
Workflow |
工作流参数。 |
Workflow |
|
Workflow |
Object
ParameterType
名称 | 类型 | 说明 |
---|---|---|
Array |
string |
|
Bool |
string |
|
Float |
string |
|
Int |
string |
|
NotSpecified |
string |
|
Object |
string |
|
SecureObject |
string |
|
SecureString |
string |
|
String |
string |
ResourceReference
资源引用。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
资源 ID。 |
name |
string |
获取资源名称。 |
type |
string |
获取资源类型。 |
Sku
SKU 类型。
名称 | 类型 | 说明 |
---|---|---|
name |
名称。 |
|
plan |
对计划的引用。 |
SkuName
SKU 名称。
名称 | 类型 | 说明 |
---|---|---|
Basic |
string |
|
Free |
string |
|
NotSpecified |
string |
|
Premium |
string |
|
Shared |
string |
|
Standard |
string |
Workflow
工作流类型。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
资源 ID。 |
location |
string |
资源位置。 |
name |
string |
获取资源名称。 |
properties.accessEndpoint |
string |
获取访问终结点。 |
properties.changedTime |
string |
获取更改的时间。 |
properties.createdTime |
string |
获取创建时间。 |
properties.definition |
定义。 请参阅 Azure 逻辑应用中工作流定义语言的架构参考。 |
|
properties.integrationAccount |
集成帐户。 |
|
properties.parameters |
<string,
Workflow |
参数。 |
properties.provisioningState |
获取预配状态。 |
|
properties.sku |
SKU。 |
|
properties.state |
状态。 |
|
properties.version |
string |
获取版本。 |
tags |
object |
资源标记。 |
type |
string |
获取资源类型。 |
WorkflowParameter
工作流参数。
名称 | 类型 | 说明 |
---|---|---|
description |
string |
说明。 |
metadata |
元数据。 |
|
type |
类型。 |
|
value |
值。 |
WorkflowProvisioningState
名称 | 类型 | 说明 |
---|---|---|
Accepted |
string |
|
Canceled |
string |
|
Completed |
string |
|
Created |
string |
|
Creating |
string |
|
Deleted |
string |
|
Deleting |
string |
|
Failed |
string |
|
Moving |
string |
|
NotSpecified |
string |
|
Ready |
string |
|
Registered |
string |
|
Registering |
string |
|
Running |
string |
|
Succeeded |
string |
|
Unregistered |
string |
|
Unregistering |
string |
|
Updating |
string |
WorkflowState
名称 | 类型 | 说明 |
---|---|---|
Completed |
string |
|
Deleted |
string |
|
Disabled |
string |
|
Enabled |
string |
|
NotSpecified |
string |
|
Suspended |
string |