Uses of Class
com.azure.resourcemanager.appservice.models.DomainOwnershipIdentifierCollection
Packages that use DomainOwnershipIdentifierCollection
Package
Description
Package containing the data models for AppService.
-
Uses of DomainOwnershipIdentifierCollection in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type DomainOwnershipIdentifierCollectionModifier and TypeClassDescriptionfinal classCollection of domain ownership identifiers.Methods in com.azure.resourcemanager.appservice.models that return DomainOwnershipIdentifierCollectionModifier and TypeMethodDescriptionDomainOwnershipIdentifierCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DomainOwnershipIdentifierCollection from the JsonReader.DomainOwnershipIdentifierCollection.withNextLink(String nextLink) Set the nextLink property: The link to the next page of items.DomainOwnershipIdentifierCollection.withValue(List<DomainOwnershipIdentifierInner> value) Set the value property: The DomainOwnershipIdentifier items on this page.