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