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