Interface ResourceProvidersClient
public interface ResourceProvidersClient
An instance of this class provides access to all the operations defined in ResourceProvidersClient.
-
Method Summary
Modifier and TypeMethodDescriptioncheckServiceProviderAvailability(CheckServiceProviderAvailabilityInput checkServiceProviderAvailabilityInput) Checks if the peering service provider is present within 1000 miles of customer's location.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.
-
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.
-