Uses of Class
com.azure.resourcemanager.appservice.models.TldLegalAgreementCollection
Packages that use TldLegalAgreementCollection
Package
Description
Package containing the data models for AppService.
-
Uses of TldLegalAgreementCollection in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type TldLegalAgreementCollectionModifier and TypeClassDescriptionfinal classPaged collection of TldLegalAgreement items.Methods in com.azure.resourcemanager.appservice.models that return TldLegalAgreementCollectionModifier and TypeMethodDescriptionstatic TldLegalAgreementCollectionTldLegalAgreementCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TldLegalAgreementCollection from the JsonReader.TldLegalAgreementCollection.withNextLink(String nextLink) Set the nextLink property: The link to the next page of items.TldLegalAgreementCollection.withValue(List<TldLegalAgreementInner> value) Set the value property: The TldLegalAgreement items on this page.