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