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