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