Uses of Class
com.azure.resourcemanager.appplatform.models.BuildServiceAgentPoolResourceCollection
Packages that use BuildServiceAgentPoolResourceCollection
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of BuildServiceAgentPoolResourceCollection in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return BuildServiceAgentPoolResourceCollectionModifier and TypeMethodDescriptionBuildServiceAgentPoolResourceCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BuildServiceAgentPoolResourceCollection from the JsonReader.BuildServiceAgentPoolResourceCollection.withNextLink(String nextLink) Set the nextLink property: URL client should use to fetch the next page (per server side paging).BuildServiceAgentPoolResourceCollection.withValue(List<BuildServiceAgentPoolResourceInner> value) Set the value property: Collection of build service agent pool resource.