LogicWorkflowTriggerResource.GetLogicWorkflowTriggerHistoryAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um histórico de gatilho de fluxo de trabalho.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/historys/{historyName}
- Operação IdWorkflowTriggerHistories_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowTriggerHistoryResource>> GetLogicWorkflowTriggerHistoryAsync (string historyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogicWorkflowTriggerHistoryAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowTriggerHistoryResource>>
override this.GetLogicWorkflowTriggerHistoryAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowTriggerHistoryResource>>
Public Overridable Function GetLogicWorkflowTriggerHistoryAsync (historyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LogicWorkflowTriggerHistoryResource))
Parâmetros
- historyName
- String
O nome do histórico do gatilho de fluxo de trabalho. Corresponde ao nome da execução para gatilhos que resultaram em uma execução.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
historyName
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
historyName
é nulo.