Interface AppServiceDomains
- All Superinterfaces:
HasManager<AppServiceManager>, SupportsCreating<AppServiceDomain.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingById<AppServiceDomain>, SupportsGettingByResourceGroup<AppServiceDomain>, SupportsListing<AppServiceDomain>, SupportsListingByResourceGroup<AppServiceDomain>
public interface AppServiceDomains
extends SupportsCreating<AppServiceDomain.DefinitionStages.Blank>, SupportsListing<AppServiceDomain>, SupportsListingByResourceGroup<AppServiceDomain>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingByResourceGroup<AppServiceDomain>, SupportsGettingById<AppServiceDomain>, HasManager<AppServiceManager>
Entry point for domain management API.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<DomainLegalAgreement> listAgreements(String topLevelExtension) List the agreements for purchasing a domain with a specific top level extension.Methods inherited from interface HasManager
managerMethods inherited from interface SupportsCreating
defineMethods inherited from interface SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsyncMethods inherited from interface SupportsGettingById
getById, getByIdAsyncMethods inherited from interface SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsyncMethods inherited from interface SupportsListing
list, listAsyncMethods inherited from interface SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
listAgreements
com.azure.core.http.rest.PagedIterable<DomainLegalAgreement> listAgreements(String topLevelExtension) List the agreements for purchasing a domain with a specific top level extension.- Parameters:
topLevelExtension- the top level extension of the domain, e.g., "com", "net", "org"- Returns:
- the list of agreements required for the purchase
-