@Beta public interface AppServiceDomains extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<AppServiceDomain.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<AppServiceDomain>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<AppServiceDomain>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<AppServiceDomain>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<AppServiceDomain>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.appservice.implementation.DomainsInner>
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<DomainLegalAgreement> |
listAgreements(String topLevelExtension)
List the agreements for purchasing a domain with a specific top level extension.
|
definelist, listAsynclistByResourceGroup, listByResourceGroupAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsynccom.microsoft.azure.PagedList<DomainLegalAgreement> listAgreements(String topLevelExtension)
topLevelExtension - the top level extension of the domain, e.g., "com", "net", "org"/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/