Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WorkflowTriggerHistoryInner
Packages that use WorkflowTriggerHistoryInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of WorkflowTriggerHistoryInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return WorkflowTriggerHistoryInnerModifier and TypeMethodDescriptionWorkflowTriggerHistoriesClient.get
(String resourceGroupName, String name, String workflowName, String triggerName, String historyName) Gets a workflow trigger history.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WorkflowTriggerHistoryInnerModifier and TypeMethodDescriptionWorkflowTriggerHistoriesClient.getAsync
(String resourceGroupName, String name, String workflowName, String triggerName, String historyName) Gets a workflow trigger history.com.azure.core.http.rest.Response
<WorkflowTriggerHistoryInner> WorkflowTriggerHistoriesClient.getWithResponse
(String resourceGroupName, String name, String workflowName, String triggerName, String historyName, com.azure.core.util.Context context) Gets a workflow trigger history.Mono
<com.azure.core.http.rest.Response<WorkflowTriggerHistoryInner>> WorkflowTriggerHistoriesClient.getWithResponseAsync
(String resourceGroupName, String name, String workflowName, String triggerName, String historyName) Gets a workflow trigger history.com.azure.core.http.rest.PagedIterable
<WorkflowTriggerHistoryInner> WorkflowTriggerHistoriesClient.list
(String resourceGroupName, String name, String workflowName, String triggerName) Gets a list of workflow trigger histories.com.azure.core.http.rest.PagedIterable
<WorkflowTriggerHistoryInner> WorkflowTriggerHistoriesClient.list
(String resourceGroupName, String name, String workflowName, String triggerName, Integer top, String filter, com.azure.core.util.Context context) Gets a list of workflow trigger histories.com.azure.core.http.rest.PagedFlux
<WorkflowTriggerHistoryInner> WorkflowTriggerHistoriesClient.listAsync
(String resourceGroupName, String name, String workflowName, String triggerName) Gets a list of workflow trigger histories.com.azure.core.http.rest.PagedFlux
<WorkflowTriggerHistoryInner> WorkflowTriggerHistoriesClient.listAsync
(String resourceGroupName, String name, String workflowName, String triggerName, Integer top, String filter) Gets a list of workflow trigger histories. -
Uses of WorkflowTriggerHistoryInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkflowTriggerHistoryInnerModifier and TypeMethodDescriptionstatic WorkflowTriggerHistoryInner
WorkflowTriggerHistoryInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowTriggerHistoryInner from the JsonReader.WorkflowTriggerHistoryInner.withCorrelation
(Correlation correlation) Set the correlation property: The run correlation. -
Uses of WorkflowTriggerHistoryInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type WorkflowTriggerHistoryInnerModifier and TypeMethodDescriptionWorkflowTriggerHistoryListResult.value()
Get the value property: A list of workflow trigger histories.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type WorkflowTriggerHistoryInnerModifier and TypeMethodDescriptionWorkflowTriggerHistoryListResult.withValue
(List<WorkflowTriggerHistoryInner> value) Set the value property: A list of workflow trigger histories.