Interface SpringServices

    • Method Detail

      • checkNameAvailability

        NameAvailability checkNameAvailability​(String name,
                                               com.azure.core.management.Region region)
        Checks the name of the service is available in specific region or not.
        Parameters:
        name - the service name
        region - the region of the service
        Returns:
        the service name is available or not.
      • checkNameAvailabilityAsync

        Mono<NameAvailability> checkNameAvailabilityAsync​(String name,
                                                          com.azure.core.management.Region region)
        Checks the name of the service is available in specific region or not.
        Parameters:
        name - the service name
        region - the region of the service
        Returns:
        the service name is available or not.
      • listSkus

        com.azure.core.http.rest.PagedIterable<ResourceSku> listSkus()
        Returns:
        all available sku.
      • listSkusAsync

        com.azure.core.http.rest.PagedFlux<ResourceSku> listSkusAsync()
        Returns:
        all available sku.