Uses of Class
com.azure.resourcemanager.appplatform.models.AppResourceCollection
-
Packages that use AppResourceCollection Package Description com.azure.resourcemanager.appplatform.models 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 AppResourceCollection Modifier and Type Method Description AppResourceCollectionAppResourceCollection. withNextLink(String nextLink)Set the nextLink property: URL client should use to fetch the next page (per server side paging).AppResourceCollectionAppResourceCollection. withValue(List<AppResourceInner> value)Set the value property: Collection of App resources.
-