Interface ServiceBusNamespaces

    • Method Detail

      • checkNameAvailability

        CheckNameAvailabilityResult checkNameAvailability​(String name)
        Checks if namespace name is valid and is not in use.
        Parameters:
        name - the account name to check
        Returns:
        whether the name is available and other info if not
      • checkNameAvailabilityAsync

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