Interface FrontDoorNameAvailabilityWithSubscriptions


public interface FrontDoorNameAvailabilityWithSubscriptions
Resource collection API of FrontDoorNameAvailabilityWithSubscriptions.
  • Method Details

    • checkWithResponse

      com.azure.core.http.rest.Response<CheckNameAvailabilityOutput> checkWithResponse(CheckNameAvailabilityInput checkFrontDoorNameAvailabilityInput, com.azure.core.util.Context context)
      Check the availability of a Front Door subdomain.
      Parameters:
      checkFrontDoorNameAvailabilityInput - Input to check.
      context - The context to associate with this operation.
      Returns:
      output of check name availability API along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • check

      CheckNameAvailabilityOutput check(CheckNameAvailabilityInput checkFrontDoorNameAvailabilityInput)
      Check the availability of a Front Door subdomain.
      Parameters:
      checkFrontDoorNameAvailabilityInput - Input to check.
      Returns:
      output of check name availability API.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.