Interface ResourceProvidersClient


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

    • checkNameAvailabilityLocalWithResponse

      com.azure.core.http.rest.Response<CheckNameAvailabilityResponseInner> checkNameAvailabilityLocalWithResponse(String location, CheckNameAvailabilityRequest checkNameAvailability, com.azure.core.util.Context context)
      Check Name Availability for local uniqueness.
      Parameters:
      location - The location in which uniqueness will be verified.
      checkNameAvailability - Check Name Availability Request.
      context - The context to associate with this operation.
      Returns:
      check Name Availability Response 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.
    • checkNameAvailabilityLocal

      CheckNameAvailabilityResponseInner checkNameAvailabilityLocal(String location, CheckNameAvailabilityRequest checkNameAvailability)
      Check Name Availability for local uniqueness.
      Parameters:
      location - The location in which uniqueness will be verified.
      checkNameAvailability - Check Name Availability Request.
      Returns:
      check Name Availability 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.