Interface AppServiceDomains

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppServiceManager>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<AppServiceDomain.DefinitionStages.Blank>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<AppServiceDomain>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<AppServiceDomain>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<AppServiceDomain>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<AppServiceDomain>

public interface AppServiceDomains extends com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<AppServiceDomain.DefinitionStages.Blank>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<AppServiceDomain>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<AppServiceDomain>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<AppServiceDomain>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<AppServiceDomain>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppServiceManager>
Entry point for domain management API.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.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 com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager

    manager

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating

    define

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById

    deleteById, deleteByIdAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup

    deleteByResourceGroup, deleteByResourceGroupAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById

    getById, getByIdAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup

    getByResourceGroup, getByResourceGroupAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing

    list, listAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.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