Interface ResourceProvidersClient


public interface ResourceProvidersClient
An instance of this class provides access to all the operations defined in ResourceProvidersClient.
  • Method Details

    • checkSkuAvailability

      SkuAvailabilityListResultInner checkSkuAvailability(String location, CheckSkuAvailabilityParameter parameters)
      Check available SKUs.
      Parameters:
      location - Resource location.
      parameters - Check SKU Availability POST body.
      Returns:
      check SKU availability result list.
      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.
    • checkSkuAvailabilityWithResponse

      com.azure.core.http.rest.Response<SkuAvailabilityListResultInner> checkSkuAvailabilityWithResponse(String location, CheckSkuAvailabilityParameter parameters, com.azure.core.util.Context context)
      Check available SKUs.
      Parameters:
      location - Resource location.
      parameters - Check SKU Availability POST body.
      context - The context to associate with this operation.
      Returns:
      check SKU availability result list 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.
    • checkDomainAvailability

      DomainAvailabilityInner checkDomainAvailability(CheckDomainAvailabilityParameter parameters)
      Check whether a domain is available.
      Parameters:
      parameters - Check Domain Availability parameter.
      Returns:
      domain availability.
      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.
    • checkDomainAvailabilityWithResponse

      com.azure.core.http.rest.Response<DomainAvailabilityInner> checkDomainAvailabilityWithResponse(CheckDomainAvailabilityParameter parameters, com.azure.core.util.Context context)
      Check whether a domain is available.
      Parameters:
      parameters - Check Domain Availability parameter.
      context - The context to associate with this operation.
      Returns:
      domain availability 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.