Interface SqlServers

    • Method Detail

      • checkNameAvailability

        CheckNameAvailabilityResult checkNameAvailability​(String name)
        Checks if the specified container registry name is valid and available.
        Parameters:
        name - the container registry name to check
        Returns:
        whether the name is available and other info if not
      • checkNameAvailabilityAsync

        Mono<CheckNameAvailabilityResult> checkNameAvailabilityAsync​(String name)
        Checks if container registry name is valid and is not in use asynchronously.
        Parameters:
        name - the container registry name to check
        Returns:
        a representation of the future computation of this call, returning whether the name is available or other info if not
      • getCapabilitiesByRegion

        RegionCapabilities getCapabilitiesByRegion​(com.azure.core.management.Region region)
        Gets the Azure SQL server capabilities for a given Azure region.
        Parameters:
        region - the location to get the Azure SQL server capabilities for
        Returns:
        the server capabilities object
      • getCapabilitiesByRegionAsync

        Mono<RegionCapabilities> getCapabilitiesByRegionAsync​(com.azure.core.management.Region region)
        Gets the Azure SQL server capabilities for a given Azure region asynchronously.
        Parameters:
        region - the location to get the Azure SQL server capabilities for
        Returns:
        a representation of the future computation of this call, returning the server capabilities object
      • listUsageByRegion

        List<SqlSubscriptionUsageMetric> listUsageByRegion​(com.azure.core.management.Region region)
        Lists the Azure SQL server usages for a given Azure region.
        Parameters:
        region - the location to get the Azure SQL server usages for
        Returns:
        the SQL usage object
      • listUsageByRegionAsync

        com.azure.core.http.rest.PagedFlux<SqlSubscriptionUsageMetric> listUsageByRegionAsync​(com.azure.core.management.Region region)
        Lists the Azure SQL server usages for a given Azure region asynchronously.
        Parameters:
        region - the location to get the Azure SQL server usages for
        Returns:
        a representation of the future computation of this call, returning the server usages object