Interface FrontDoorNameAvailabilities
public interface FrontDoorNameAvailabilities
Resource collection API of FrontDoorNameAvailabilities.
-
Method Summary
Modifier and TypeMethodDescriptioncheck(CheckNameAvailabilityInput checkFrontDoorNameAvailabilityInput) Check the availability of a Front Door resource name.com.azure.core.http.rest.Response<CheckNameAvailabilityOutput>checkWithResponse(CheckNameAvailabilityInput checkFrontDoorNameAvailabilityInput, com.azure.core.util.Context context) Check the availability of a Front Door resource name.
-
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 resource name.- 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
Check the availability of a Front Door resource name.- 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.
-