Workflows - Validate
Ellenőrzi a munkafolyamat definícióját.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/locations/{location}/workflows/{workflowName}/validate?api-version=2016-06-01
URI-paraméterek
Name | In | Kötelező | Típus | Description |
---|---|---|---|---|
location
|
path | True |
string |
A munkafolyamat helye. |
resource
|
path | True |
string |
Az erőforráscsoport neve. |
subscription
|
path | True |
string |
Az előfizetés azonosítója. |
workflow
|
path | True |
string |
A munkafolyamat neve. |
api-version
|
query | True |
string |
Az API-verzió. |
Kérelem törzse
Name | Típus | Description |
---|---|---|
location |
string |
Az erőforrás helye. |
properties.definition |
A definíció. Tekintse meg munkafolyamat-definíciós nyelv sémareferenciáját az Azure Logic Apps. |
|
properties.integrationAccount |
Az integrációs fiók. |
|
properties.parameters |
<string,
Workflow |
A paraméterek. |
properties.sku |
A termékváltozat. |
|
properties.state |
Az állam. |
|
tags |
object |
Az erőforráscímkék. |
Válaszok
Name | Típus | Description |
---|---|---|
200 OK |
OKÉ |
Biztonság
azure_auth
Azure Active Directory OAuth2 Flow.
Típus:
oauth2
Folyamat:
implicit
Engedélyezési URL:
https://login.microsoftonline.com/common/oauth2/authorize
Hatókörök
Name | Description |
---|---|
user_impersonation | a felhasználói fiók megszemélyesítése |
Példák
Validate a workflow
Mintakérelem
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": {}
}
Mintaválasz
Definíciók
Name | Description |
---|---|
Object | |
Parameter |
|
Resource |
Az erőforrás-referencia. |
Sku |
A termékváltozat típusa. |
Sku |
A termékváltozat neve. |
Workflow |
A munkafolyamat típusa. |
Workflow |
A munkafolyamat paraméterei. |
Workflow |
|
Workflow |
Object
ParameterType
Érték | Description |
---|---|
Array | |
Bool | |
Float | |
Int | |
NotSpecified | |
Object | |
SecureObject | |
SecureString | |
String |
ResourceReference
Az erőforrás-referencia.
Name | Típus | Description |
---|---|---|
id |
string |
Az erőforrás azonosítója. |
name |
string |
Lekéri az erőforrás nevét. |
type |
string |
Lekéri az erőforrás típusát. |
Sku
A termékváltozat típusa.
Name | Típus | Description |
---|---|---|
name |
A név. |
|
plan |
A tervre mutató hivatkozás. |
SkuName
A termékváltozat neve.
Érték | Description |
---|---|
Basic | |
Free | |
NotSpecified | |
Premium | |
Shared | |
Standard |
Workflow
A munkafolyamat típusa.
Name | Típus | Description |
---|---|---|
id |
string |
Az erőforrás azonosítója. |
location |
string |
Az erőforrás helye. |
name |
string |
Lekéri az erőforrás nevét. |
properties.accessEndpoint |
string |
Lekéri a hozzáférési végpontot. |
properties.changedTime |
string (date-time) |
Lekéri a módosított időpontot. |
properties.createdTime |
string (date-time) |
Lekéri a létrehozott időt. |
properties.definition |
A definíció. Tekintse meg munkafolyamat-definíciós nyelv sémareferenciáját az Azure Logic Apps. |
|
properties.integrationAccount |
Az integrációs fiók. |
|
properties.parameters |
<string,
Workflow |
A paraméterek. |
properties.provisioningState |
Lekéri a kiépítési állapotot. |
|
properties.sku |
A termékváltozat. |
|
properties.state |
Az állam. |
|
properties.version |
string |
Lekéri a verziót. |
tags |
object |
Az erőforráscímkék. |
type |
string |
Lekéri az erőforrás típusát. |
WorkflowParameter
A munkafolyamat paraméterei.
Name | Típus | Description |
---|---|---|
description |
string |
A leírás. |
metadata |
A metaadatok. |
|
type |
A típus. |
|
value |
Az érték. |
WorkflowProvisioningState
Érték | Description |
---|---|
Accepted | |
Canceled | |
Completed | |
Created | |
Creating | |
Deleted | |
Deleting | |
Failed | |
Moving | |
NotSpecified | |
Ready | |
Registered | |
Registering | |
Running | |
Succeeded | |
Unregistered | |
Unregistering | |
Updating |
WorkflowState
Érték | Description |
---|---|
Completed | |
Deleted | |
Disabled | |
Enabled | |
NotSpecified | |
Suspended |