Interface ResourceProviders
public interface ResourceProviders
Resource collection API of ResourceProviders.
-
Method Summary
Modifier and TypeMethodDescriptionperformConnectivityCheckAsync(String resourceGroupName, String serviceName, ConnectivityCheckRequest connectivityCheckRequestParams) Performs a connectivity check between the API Management service and a given destination, and returns metrics for the connection, as well as errors encountered while trying to establish it.performConnectivityCheckAsync(String resourceGroupName, String serviceName, ConnectivityCheckRequest connectivityCheckRequestParams, com.azure.core.util.Context context) Performs a connectivity check between the API Management service and a given destination, and returns metrics for the connection, as well as errors encountered while trying to establish it.
-
Method Details
-
performConnectivityCheckAsync
ConnectivityCheckResponse performConnectivityCheckAsync(String resourceGroupName, String serviceName, ConnectivityCheckRequest connectivityCheckRequestParams) Performs a connectivity check between the API Management service and a given destination, and returns metrics for the connection, as well as errors encountered while trying to establish it.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.connectivityCheckRequestParams- Connectivity Check request parameters.- Returns:
- information on the connectivity status.
- 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.
-
performConnectivityCheckAsync
ConnectivityCheckResponse performConnectivityCheckAsync(String resourceGroupName, String serviceName, ConnectivityCheckRequest connectivityCheckRequestParams, com.azure.core.util.Context context) Performs a connectivity check between the API Management service and a given destination, and returns metrics for the connection, as well as errors encountered while trying to establish it.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.connectivityCheckRequestParams- Connectivity Check request parameters.context- The context to associate with this operation.- Returns:
- information on the connectivity status.
- 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.
-