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