Uses of Class
com.azure.resourcemanager.appservice.models.TopLevelDomainAgreementOption
Packages that use TopLevelDomainAgreementOption
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of TopLevelDomainAgreementOption in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type TopLevelDomainAgreementOptionModifier 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 TopLevelDomainAgreementOption in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type TopLevelDomainAgreementOptionModifier and TypeClassDescriptionfinal classOptions for retrieving the list of top level domain legal agreements.Methods in com.azure.resourcemanager.appservice.models that return TopLevelDomainAgreementOptionModifier and TypeMethodDescriptionTopLevelDomainAgreementOption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TopLevelDomainAgreementOption from the JsonReader.TopLevelDomainAgreementOption.withForTransfer(Boolean forTransfer) Set the forTransfer property: If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.TopLevelDomainAgreementOption.withIncludePrivacy(Boolean includePrivacy) Set the includePrivacy property: If <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>.