Uses of Class
com.azure.resourcemanager.resources.models.FeatureOperationsListResult
Packages that use FeatureOperationsListResult
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of FeatureOperationsListResult in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type FeatureOperationsListResultModifier and TypeClassDescriptionfinal classList of previewed features.Methods in com.azure.resourcemanager.resources.models that return FeatureOperationsListResultModifier and TypeMethodDescriptionstatic FeatureOperationsListResultFeatureOperationsListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FeatureOperationsListResult from the JsonReader.FeatureOperationsListResult.withNextLink(String nextLink) Set the nextLink property: The URL to use for getting the next set of results.FeatureOperationsListResult.withValue(List<FeatureResultInner> value) Set the value property: The array of features.