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