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