Uses of Class
com.azure.resourcemanager.authorization.models.EligibleChildResourcesListResult
Packages that use EligibleChildResourcesListResult
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of EligibleChildResourcesListResult in com.azure.resourcemanager.authorization.models
Classes in com.azure.resourcemanager.authorization.models that implement interfaces with type arguments of type EligibleChildResourcesListResultModifier and TypeClassDescriptionfinal classEligible child resources list operation result.Methods in com.azure.resourcemanager.authorization.models that return EligibleChildResourcesListResultModifier and TypeMethodDescriptionEligibleChildResourcesListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EligibleChildResourcesListResult from the JsonReader.EligibleChildResourcesListResult.withNextLink(String nextLink) Set the nextLink property: The URL to use for getting the next set of results.EligibleChildResourcesListResult.withValue(List<com.azure.resourcemanager.authorization.fluent.models.EligibleChildResourceInner> value) Set the value property: Eligible child resource list.