Interface ResourceProviders


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

    • checkServiceProviderAvailabilityWithResponse

      com.azure.core.http.rest.Response<Enum0> checkServiceProviderAvailabilityWithResponse(CheckServiceProviderAvailabilityInput checkServiceProviderAvailabilityInput, com.azure.core.util.Context context)
      Checks if the peering service provider is present within 1000 miles of customer's location.
      Parameters:
      checkServiceProviderAvailabilityInput - The CheckServiceProviderAvailabilityInput indicating customer location and service provider.
      context - The context to associate with this operation.
      Returns:
      the response body 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.
    • checkServiceProviderAvailability

      Enum0 checkServiceProviderAvailability(CheckServiceProviderAvailabilityInput checkServiceProviderAvailabilityInput)
      Checks if the peering service provider is present within 1000 miles of customer's location.
      Parameters:
      checkServiceProviderAvailabilityInput - The CheckServiceProviderAvailabilityInput indicating customer location and service provider.
      Returns:
      the 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.