Uses of Class
com.azure.resourcemanager.appservice.models.TopLevelDomainCollection
Packages that use TopLevelDomainCollection
Package
Description
Package containing the data models for AppService.
-
Uses of TopLevelDomainCollection in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type TopLevelDomainCollectionModifier and TypeClassDescriptionfinal classCollection of Top-level domains.Methods in com.azure.resourcemanager.appservice.models that return TopLevelDomainCollectionModifier and TypeMethodDescriptionstatic TopLevelDomainCollectionTopLevelDomainCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TopLevelDomainCollection from the JsonReader.TopLevelDomainCollection.withNextLink(String nextLink) Set the nextLink property: The link to the next page of items.TopLevelDomainCollection.withValue(List<TopLevelDomainInner> value) Set the value property: The TopLevelDomain items on this page.