Interface ResourceProviders


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

    • checkSkuAvailability

      SkuAvailabilityListResult 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<SkuAvailabilityListResult> 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

      DomainAvailability 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<DomainAvailability> 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.