Workflow Triggers - Get
Obtém um gatilho de fluxo de trabalho.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}?api-version=2016-06-01
Parâmetros de URI
Nome | Em | Obrigatório | Tipo | Description |
---|---|---|---|---|
resource
|
path | True |
string |
O nome do grupo de recursos. |
subscription
|
path | True |
string |
A ID da assinatura. |
trigger
|
path | True |
string |
O nome do gatilho de fluxo de trabalho. |
workflow
|
path | True |
string |
O nome do fluxo de trabalho. |
api-version
|
query | True |
string |
A versão da API. |
Respostas
Nome | Tipo | Description |
---|---|---|
200 OK |
OK |
Segurança
azure_auth
Fluxo OAuth2 do Azure Active Directory.
Tipo:
oauth2
Flow:
implicit
URL de Autorização:
https://login.microsoftonline.com/common/oauth2/authorize
Escopos
Nome | Description |
---|---|
user_impersonation | representar sua conta de usuário |
Exemplos
Get a workflow trigger
Solicitação de exemplo
GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/triggers/manual?api-version=2016-06-01
Resposta de exemplo
{
"properties": {
"provisioningState": "Succeeded",
"createdTime": "2018-08-10T17:32:30.2496336Z",
"changedTime": "2018-08-10T18:47:49.5288666Z",
"state": "Enabled",
"workflow": {
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/versions/08586676800160476478",
"name": "08586676800160476478",
"type": "Microsoft.Logic/workflows/versions"
}
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/triggers/manual",
"name": "manual",
"type": "Microsoft.Logic/workflows/triggers"
}
Definições
Nome | Description |
---|---|
Day |
|
Days |
Os dias da semana. |
Recurrence |
|
Recurrence |
O agendamento de recorrência. |
Recurrence |
A ocorrência de agendamento de recorrência. |
Resource |
A referência de recurso. |
Workflow |
|
Workflow |
|
Workflow |
O gatilho de fluxo de trabalho. |
Workflow |
|
Workflow |
A recorrência do gatilho de fluxo de trabalho. |
DayOfWeek
Nome | Tipo | Description |
---|---|---|
Friday |
string |
|
Monday |
string |
|
Saturday |
string |
|
Sunday |
string |
|
Thursday |
string |
|
Tuesday |
string |
|
Wednesday |
string |
DaysOfWeek
Os dias da semana.
Nome | Tipo | Description |
---|---|---|
Friday |
string |
|
Monday |
string |
|
Saturday |
string |
|
Sunday |
string |
|
Thursday |
string |
|
Tuesday |
string |
|
Wednesday |
string |
RecurrenceFrequency
Nome | Tipo | Description |
---|---|---|
Day |
string |
|
Hour |
string |
|
Minute |
string |
|
Month |
string |
|
NotSpecified |
string |
|
Second |
string |
|
Week |
string |
|
Year |
string |
RecurrenceSchedule
O agendamento de recorrência.
Nome | Tipo | Description |
---|---|---|
hours |
integer[] |
As horas. |
minutes |
integer[] |
Os minutos. |
monthDays |
integer[] |
Os dias do mês. |
monthlyOccurrences |
As ocorrências mensais. |
|
weekDays |
Os dias da semana. |
RecurrenceScheduleOccurrence
A ocorrência de agendamento de recorrência.
Nome | Tipo | Description |
---|---|---|
day |
O dia da semana. |
|
occurrence |
integer |
A ocorrência. |
ResourceReference
A referência de recurso.
Nome | Tipo | Description |
---|---|---|
id |
string |
A ID do recurso. |
name |
string |
Obtém o nome do recurso. |
type |
string |
Obtém o tipo de recurso. |
WorkflowState
Nome | Tipo | Description |
---|---|---|
Completed |
string |
|
Deleted |
string |
|
Disabled |
string |
|
Enabled |
string |
|
NotSpecified |
string |
|
Suspended |
string |
WorkflowStatus
Nome | Tipo | Description |
---|---|---|
Aborted |
string |
|
Cancelled |
string |
|
Failed |
string |
|
Faulted |
string |
|
Ignored |
string |
|
NotSpecified |
string |
|
Paused |
string |
|
Running |
string |
|
Skipped |
string |
|
Succeeded |
string |
|
Suspended |
string |
|
TimedOut |
string |
|
Waiting |
string |
WorkflowTrigger
O gatilho de fluxo de trabalho.
Nome | Tipo | Description |
---|---|---|
id |
string |
A ID do recurso. |
name |
string |
Obtém o nome do gatilho de fluxo de trabalho. |
properties.changedTime |
string |
Obtém o tempo alterado. |
properties.createdTime |
string |
Obtém a hora criada. |
properties.lastExecutionTime |
string |
Obtém o último tempo de execução. |
properties.nextExecutionTime |
string |
Obtém o próximo tempo de execução. |
properties.provisioningState |
Obtém o estado de provisionamento. |
|
properties.recurrence |
Obtém a recorrência do gatilho de fluxo de trabalho. |
|
properties.state |
Obtém o estado. |
|
properties.status |
Obtém o status. |
|
properties.workflow |
Obtém a referência ao fluxo de trabalho. |
|
type |
string |
Obtém o tipo de gatilho de fluxo de trabalho. |
WorkflowTriggerProvisioningState
Nome | Tipo | 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 |
WorkflowTriggerRecurrence
A recorrência do gatilho de fluxo de trabalho.
Nome | Tipo | Description |
---|---|---|
endTime |
string |
A hora de término. |
frequency |
A frequência. |
|
interval |
integer |
O intervalo. |
schedule |
O agendamento de recorrência. |
|
startTime |
string |
A hora de início. |
timeZone |
string |
O fuso horário. |