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<Domain |
listAgreements(String topLevelExtension)
List the agreements for purchasing a domain with a specific top level extension. |
Inherited Members
SupportsCreating<T>.define(String name)
SupportsDeletingById.deleteById(String id)
SupportsDeletingById.deleteByIdAsync(String id, ServiceCallback<Void> callback)
SupportsDeletingById.deleteByIdAsync(String id)
SupportsDeletingByResourceGroup.deleteByResourceGroup(String resourceGroupName, String name)
SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<Void> callback)
SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String resourceGroupName, String name)
SupportsGettingById<T>.getById(String id)
SupportsGettingById<T>.getByIdAsync(String id)
SupportsGettingById<T>.getByIdAsync(String id, ServiceCallback<T> callback)
SupportsGettingByResourceGroup<T>.getByResourceGroup(String resourceGroupName, String name)
SupportsGettingByResourceGroup<T>.getByResourceGroupAsync(String resourceGroupName, String name)
SupportsGettingByResourceGroup<T>.getByResourceGroupAsync(String resourceGroupName, String name, ServiceCallback<T> callback)
HasInner<T>.inner()
SupportsListing<T>.list()
SupportsListing<T>.listAsync()
SupportsListingByResourceGroup<T>.listByResourceGroup(String resourceGroupName)
SupportsListingByResourceGroup<T>.listByResourceGroupAsync(String resourceGroupName)
HasManager<ManagerT>.manager()
Method Details
listAgreements
public PagedList
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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java