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