Uses of Class
com.azure.resourcemanager.appservice.models.WorkflowTriggerHistoryListResult
Packages that use WorkflowTriggerHistoryListResult
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of WorkflowTriggerHistoryListResult in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type WorkflowTriggerHistoryListResultModifier and TypeClassDescriptionfinal classThe list of workflow trigger histories.Methods in com.azure.resourcemanager.appservice.models that return WorkflowTriggerHistoryListResultModifier and TypeMethodDescriptionWorkflowTriggerHistoryListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowTriggerHistoryListResult from the JsonReader.WorkflowTriggerHistoryListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.WorkflowTriggerHistoryListResult.withValue(List<WorkflowTriggerHistoryInner> value) Set the value property: A list of workflow trigger histories.