Partilhar via


Workflow Triggers - Get

Obtém um acionador 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 do URI

Name Em Necessário Tipo Description
resourceGroupName
path True

string

O nome do grupo de recursos.

subscriptionId
path True

string

O ID da subscrição.

triggerName
path True

string

O nome do acionador do fluxo de trabalho.

workflowName
path True

string

O nome do fluxo de trabalho.

api-version
query True

string

A versão da API.

Respostas

Name Tipo Description
200 OK

WorkflowTrigger

OK

Segurança

azure_auth

Fluxo OAuth2 do Azure Active Directory.

Tipo: oauth2
Fluxo: implicit
URL de Autorização: https://login.microsoftonline.com/common/oauth2/authorize

Âmbitos

Name Description
user_impersonation representar a sua conta de utilizador

Exemplos

Get a workflow trigger

Pedido de amostra

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 da amostra

{
  "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

Name Description
DayOfWeek
DaysOfWeek

Os dias da semana.

RecurrenceFrequency
RecurrenceSchedule

A agenda de periodicidade.

RecurrenceScheduleOccurrence

A ocorrência da agenda de periodicidade.

ResourceReference

A referência de recursos.

WorkflowState
WorkflowStatus
WorkflowTrigger

O acionador do fluxo de trabalho.

WorkflowTriggerProvisioningState
WorkflowTriggerRecurrence

A periodicidade do acionador do fluxo de trabalho.

DayOfWeek

Name Tipo Description
Friday

string

Monday

string

Saturday

string

Sunday

string

Thursday

string

Tuesday

string

Wednesday

string

DaysOfWeek

Os dias da semana.

Name Tipo Description
Friday

string

Monday

string

Saturday

string

Sunday

string

Thursday

string

Tuesday

string

Wednesday

string

RecurrenceFrequency

Name Tipo Description
Day

string

Hour

string

Minute

string

Month

string

NotSpecified

string

Second

string

Week

string

Year

string

RecurrenceSchedule

A agenda de periodicidade.

Name Tipo Description
hours

integer[]

As horas.

minutes

integer[]

Os minutos.

monthDays

integer[]

Os dias do mês.

monthlyOccurrences

RecurrenceScheduleOccurrence[]

As ocorrências mensais.

weekDays

DaysOfWeek[]

Os dias da semana.

RecurrenceScheduleOccurrence

A ocorrência da agenda de periodicidade.

Name Tipo Description
day

DayOfWeek

O dia da semana.

occurrence

integer

A ocorrência.

ResourceReference

A referência de recursos.

Name Tipo Description
id

string

O ID do recurso.

name

string

Obtém o nome do recurso.

type

string

Obtém o tipo de recurso.

WorkflowState

Name Tipo Description
Completed

string

Deleted

string

Disabled

string

Enabled

string

NotSpecified

string

Suspended

string

WorkflowStatus

Name 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 acionador do fluxo de trabalho.

Name Tipo Description
id

string

O ID do recurso.

name

string

Obtém o nome do acionador do fluxo de trabalho.

properties.changedTime

string

Obtém a hora alterada.

properties.createdTime

string

Obtém a hora de criação.

properties.lastExecutionTime

string

Obtém a hora da última execução.

properties.nextExecutionTime

string

Obtém a próxima hora de execução.

properties.provisioningState

WorkflowTriggerProvisioningState

Obtém o estado de aprovisionamento.

properties.recurrence

WorkflowTriggerRecurrence

Obtém a periodicidade do acionador do fluxo de trabalho.

properties.state

WorkflowState

Obtém o estado.

properties.status

WorkflowStatus

Obtém o estado.

properties.workflow

ResourceReference

Obtém a referência ao fluxo de trabalho.

type

string

Obtém o tipo de acionador de fluxo de trabalho.

WorkflowTriggerProvisioningState

Name 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 periodicidade do acionador do fluxo de trabalho.

Name Tipo Description
endTime

string

A hora de fim.

frequency

RecurrenceFrequency

A frequência.

interval

integer

O intervalo.

schedule

RecurrenceSchedule

A agenda de periodicidade.

startTime

string

A hora de início.

timeZone

string

O fuso horário.