Interface AppServiceDomains

  • All Superinterfaces:
    com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.appservice.implementation.DomainsInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<AppServiceDomain.DefinitionStages.Blank>, 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.SupportsGettingById<AppServiceDomain>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<AppServiceDomain>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<AppServiceDomain>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<AppServiceDomain>

    @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>
    Entry point for domain management API.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.microsoft.azure.PagedList<DomainLegalAgreement> listAgreements​(String topLevelExtension)
      List the agreements for purchasing a domain with a specific top level extension.
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner

        inner
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager

        manager
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating

        define
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById

        deleteById, deleteByIdAsync, deleteByIdAsync
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup

        deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById

        getById, getByIdAsync, getByIdAsync
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup

        getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing

        list, listAsync
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup

        listByResourceGroup, listByResourceGroupAsync
    • Method Detail

      • listAgreements

        com.microsoft.azure.PagedList<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