Interface ResourceProviders
-
public interface ResourceProviders
Resource collection API of ResourceProviders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.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.
-
-
-
Method Detail
-
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.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.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.
-
-