Interface ResourceProviders


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

      • checkNameAvailability

        CheckNameAvailabilityResponse checkNameAvailability​(CheckNameAvailabilityRequest nameAvailabilityRequest)
        To check whether a resource name is available.
        Parameters:
        nameAvailabilityRequest - Name availability request payload.
        Returns:
        the check availability result.
        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.
      • checkNameAvailabilityWithResponse

        com.azure.core.http.rest.Response<CheckNameAvailabilityResponse> checkNameAvailabilityWithResponse​(CheckNameAvailabilityRequest nameAvailabilityRequest,
                                                                                                           com.azure.core.util.Context context)
        To check whether a resource name is available.
        Parameters:
        nameAvailabilityRequest - Name availability request payload.
        context - The context to associate with this operation.
        Returns:
        the check availability result 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.