Uses of Class
com.azure.resourcemanager.appplatform.models.AppResourceCollection
Packages that use AppResourceCollection
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of AppResourceCollection in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return AppResourceCollectionModifier and TypeMethodDescriptionstatic AppResourceCollectionAppResourceCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppResourceCollection from the JsonReader.AppResourceCollection.withNextLink(String nextLink) Set the nextLink property: URL client should use to fetch the next page (per server side paging).AppResourceCollection.withValue(List<AppResourceInner> value) Set the value property: Collection of App resources.