| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<TldLegalAgreementInner> |
TopLevelDomainsClient.listAgreements(String name,
TopLevelDomainAgreementOption agreementOption)
Description for 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)
Description for 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)
Description for Gets all legal agreements that user needs to accept before purchasing a domain.
|
| Modifier and Type | Method and Description |
|---|---|
TopLevelDomainAgreementOption |
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 |
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>.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.