Workflows - Get
Lekéri a munkafolyamatot.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}?api-version=2016-06-01
URI-paraméterek
Name | In | Kötelező | Típus | Description |
---|---|---|---|---|
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ó. |
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 | felhasználói fiók megszemélyesítése |
Példák
Get a workflow
Mintakérelem
GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow?api-version=2016-06-01
Mintaválasz
{
"properties": {
"provisioningState": "Succeeded",
"createdTime": "2018-04-25T01:39:21.4365247Z",
"changedTime": "2018-08-09T22:54:54.3533634Z",
"state": "Enabled",
"version": "08586677515911718341",
"accessEndpoint": "http://tempuri.org",
"integrationAccount": {
"name": "test-integration-account",
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationAccounts/test-integration-account",
"type": "Microsoft.Logic/integrationAccounts"
},
"definition": {
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"contentVersion": "1.0.0.0",
"parameters": {},
"triggers": {},
"actions": {},
"outputs": {}
},
"parameters": {}
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow",
"name": "test-workflow",
"type": "Microsoft.Logic/workflows",
"location": "brazilsouth",
"tags": {}
}
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
Name | Típus | Description |
---|---|---|
Array |
string |
|
Bool |
string |
|
Float |
string |
|
Int |
string |
|
NotSpecified |
string |
|
Object |
string |
|
SecureObject |
string |
|
SecureString |
string |
|
String |
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.
Name | Típus | Description |
---|---|---|
Basic |
string |
|
Free |
string |
|
NotSpecified |
string |
|
Premium |
string |
|
Shared |
string |
|
Standard |
string |
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 |
Lekéri a módosított időpontot. |
properties.createdTime |
string |
Lekéri a létrehozott időpontot. |
properties.definition |
A definíció. Lásd : Sémahivatkozás a munkafolyamat-definíciós nyelvhez az Azure Logic Appsben. |
|
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 állapot. |
|
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
Name | Típus | Description |
---|---|---|
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
Name | Típus | Description |
---|---|---|
Completed |
string |
|
Deleted |
string |
|
Disabled |
string |
|
Enabled |
string |
|
NotSpecified |
string |
|
Suspended |
string |