Workflows - Get
Ottiene un flusso di lavoro.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}?api-version=2016-06-01
Parametri dell'URI
Nome | In | Necessario | Tipo | Descrizione |
---|---|---|---|---|
resource
|
path | True |
string |
Il nome del gruppo di risorse. |
subscription
|
path | True |
string |
ID sottoscrizione. |
workflow
|
path | True |
string |
Nome del flusso di lavoro. |
api-version
|
query | True |
string |
La versione delle API. |
Risposte
Nome | Tipo | Descrizione |
---|---|---|
200 OK |
OK |
Sicurezza
azure_auth
Flusso OAuth2 di Azure Active Directory.
Tipo:
oauth2
Flow:
implicit
URL di autorizzazione:
https://login.microsoftonline.com/common/oauth2/authorize
Ambiti
Nome | Descrizione |
---|---|
user_impersonation | rappresentare l'account utente |
Esempio
Get a workflow
Esempio di richiesta
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
Risposta di esempio
{
"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": {}
}
Definizioni
Nome | Descrizione |
---|---|
Object | |
Parameter |
|
Resource |
Riferimento alla risorsa. |
Sku |
Tipo di SKU. |
Sku |
Nome sku. |
Workflow |
Tipo di flusso di lavoro. |
Workflow |
Parametri del flusso di lavoro. |
Workflow |
|
Workflow |
Object
ParameterType
Valore | Descrizione |
---|---|
Array | |
Bool | |
Float | |
Int | |
NotSpecified | |
Object | |
SecureObject | |
SecureString | |
String |
ResourceReference
Riferimento alla risorsa.
Nome | Tipo | Descrizione |
---|---|---|
id |
string |
ID risorsa. |
name |
string |
Ottiene il nome della risorsa. |
type |
string |
Ottiene il tipo di risorsa. |
Sku
Tipo di SKU.
Nome | Tipo | Descrizione |
---|---|---|
name |
Nome. |
|
plan |
Riferimento al piano. |
SkuName
Nome sku.
Valore | Descrizione |
---|---|
Basic | |
Free | |
NotSpecified | |
Premium | |
Shared | |
Standard |
Workflow
Tipo di flusso di lavoro.
Nome | Tipo | Descrizione |
---|---|---|
id |
string |
ID risorsa. |
location |
string |
Percorso della risorsa. |
name |
string |
Ottiene il nome della risorsa. |
properties.accessEndpoint |
string |
Ottiene l'endpoint di accesso. |
properties.changedTime |
string (date-time) |
Ottiene l'ora modificata. |
properties.createdTime |
string (date-time) |
Ottiene l'ora di creazione. |
properties.definition |
Definizione. Vedere Informazioni di riferimento sullo schema per Il linguaggio di definizione del flusso di lavoro in App per la logica di Azure. |
|
properties.integrationAccount |
Account di integrazione. |
|
properties.parameters |
<string,
Workflow |
Parametri. |
properties.provisioningState |
Ottiene lo stato di provisioning. |
|
properties.sku |
SKU. |
|
properties.state |
Stato. |
|
properties.version |
string |
Ottiene la versione. |
tags |
object |
Tag di risorsa. |
type |
string |
Ottiene il tipo di risorsa. |
WorkflowParameter
Parametri del flusso di lavoro.
Nome | Tipo | Descrizione |
---|---|---|
description |
string |
Descrizione. |
metadata |
Metadati. |
|
type |
Tipo. |
|
value |
Valore. |
WorkflowProvisioningState
Valore | Descrizione |
---|---|
Accepted | |
Canceled | |
Completed | |
Created | |
Creating | |
Deleted | |
Deleting | |
Failed | |
Moving | |
NotSpecified | |
Ready | |
Registered | |
Registering | |
Running | |
Succeeded | |
Unregistered | |
Unregistering | |
Updating |
WorkflowState
Valore | Descrizione |
---|---|
Completed | |
Deleted | |
Disabled | |
Enabled | |
NotSpecified | |
Suspended |