Uses of Class
com.azure.resourcemanager.appservice.models.WorkflowRunListResult
Packages that use WorkflowRunListResult
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of WorkflowRunListResult in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return WorkflowRunListResultModifier and TypeMethodDescriptionstatic WorkflowRunListResultWorkflowRunListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowRunListResult from the JsonReader.WorkflowRunListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.WorkflowRunListResult.withValue(List<WorkflowRunInner> value) Set the value property: A list of workflow runs.