Interface FrontDoorNameAvailabilityWithSubscriptionsClient
public interface FrontDoorNameAvailabilityWithSubscriptionsClient
An instance of this class provides access to all the operations defined in
FrontDoorNameAvailabilityWithSubscriptionsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncheck
(CheckNameAvailabilityInput checkFrontDoorNameAvailabilityInput) Check the availability of a Front Door subdomain.com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner>
checkWithResponse
(CheckNameAvailabilityInput checkFrontDoorNameAvailabilityInput, com.azure.core.util.Context context) Check the availability of a Front Door subdomain.
-
Method Details
-
checkWithResponse
com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner> 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
CheckNameAvailabilityOutputInner 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.
-