Uses of Class
com.azure.resourcemanager.cdn.models.OperationsListResult
Packages that use OperationsListResult
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of OperationsListResult in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type OperationsListResultModifier and TypeClassDescriptionfinal classResult of the request to list CDN operations.Methods in com.azure.resourcemanager.cdn.models that return OperationsListResultModifier and TypeMethodDescriptionstatic OperationsListResultOperationsListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationsListResult from the JsonReader.OperationsListResult.withNextLink(String nextLink) Set the nextLink property: URL to get the next set of operation list results if there are any.OperationsListResult.withValue(List<OperationInner> value) Set the value property: List of CDN operations supported by the CDN resource provider.