public interface AppServiceDomains extends SupportsCreating<AppServiceDomain.DefinitionStages.Blank>, SupportsListing<AppServiceDomain>, SupportsListingByResourceGroup<AppServiceDomain>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingByResourceGroup<AppServiceDomain>, SupportsGettingById<AppServiceDomain>, HasManager<AppServiceManager>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<DomainLegalAgreement> |
listAgreements(String topLevelExtension)
List the agreements for purchasing a domain with a specific top level extension.
|
definelist, listAsynclistByResourceGroup, listByResourceGroupAsyncdeleteById, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsyncgetById, getByIdAsyncmanagercom.azure.core.http.rest.PagedIterable<DomainLegalAgreement> listAgreements(String topLevelExtension)
topLevelExtension - the top level extension of the domain, e.g., "com", "net", "org"Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.