Uses of Class
com.azure.resourcemanager.appservice.fluent.models.TldLegalAgreementInner
Packages that use TldLegalAgreementInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of TldLegalAgreementInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type TldLegalAgreementInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<TldLegalAgreementInner> TopLevelDomainsClient.listAgreements(String name, TopLevelDomainAgreementOption agreementOption) Gets all legal agreements that user needs to accept before purchasing a domain.com.azure.core.http.rest.PagedIterable<TldLegalAgreementInner> TopLevelDomainsClient.listAgreements(String name, TopLevelDomainAgreementOption agreementOption, com.azure.core.util.Context context) Gets all legal agreements that user needs to accept before purchasing a domain.com.azure.core.http.rest.PagedFlux<TldLegalAgreementInner> TopLevelDomainsClient.listAgreementsAsync(String name, TopLevelDomainAgreementOption agreementOption) Gets all legal agreements that user needs to accept before purchasing a domain. -
Uses of TldLegalAgreementInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return TldLegalAgreementInnerModifier and TypeMethodDescriptionstatic TldLegalAgreementInnerTldLegalAgreementInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TldLegalAgreementInner from the JsonReader.TldLegalAgreementInner.withAgreementKey(String agreementKey) Set the agreementKey property: Unique identifier for the agreement.TldLegalAgreementInner.withContent(String content) Set the content property: Agreement details.Set the title property: Agreement title.Set the url property: URL where a copy of the agreement details is hosted. -
Uses of TldLegalAgreementInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type TldLegalAgreementInnerModifier and TypeMethodDescriptionTldLegalAgreementCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type TldLegalAgreementInnerModifier and TypeMethodDescriptionTldLegalAgreementCollection.withValue(List<TldLegalAgreementInner> value) Set the value property: Collection of resources.