Uses of Class
com.azure.resourcemanager.resources.models.SubscriptionFeatureRegistrationList
Packages that use SubscriptionFeatureRegistrationList
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of SubscriptionFeatureRegistrationList in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type SubscriptionFeatureRegistrationListModifier and TypeClassDescriptionfinal classThe list of subscription feature registrations.Methods in com.azure.resourcemanager.resources.models that return SubscriptionFeatureRegistrationListModifier and TypeMethodDescriptionSubscriptionFeatureRegistrationList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SubscriptionFeatureRegistrationList from the JsonReader.SubscriptionFeatureRegistrationList.withNextLink(String nextLink) Set the nextLink property: The link used to get the next page of subscription feature registrations list.SubscriptionFeatureRegistrationList.withValue(List<SubscriptionFeatureRegistrationInner> value) Set the value property: The list of subscription feature registrations.