Compartir vía


AppServiceDomains Interface

public interface AppServiceDomains extends SupportsCreating<AppServiceDomain.DefinitionStages.Blank>,SupportsListing,SupportsListingByResourceGroup,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsGettingByResourceGroup,SupportsGettingById,HasManager,HasInner

Entry point for domain management API.

Method Summary

Modifier and Type Method and Description
PagedList<DomainLegalAgreement> listAgreements(String topLevelExtension)

List the agreements for purchasing a domain with a specific top level extension.

Inherited Members

Method Details

listAgreements

public PagedList 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

Applies to