Interface ResourceProvidersClient


  • public interface ResourceProvidersClient
    An instance of this class provides access to all the operations defined in ResourceProvidersClient.
    • Method Detail

      • beginPerformConnectivityCheckAsync

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectivityCheckResponseInner>,​ConnectivityCheckResponseInner> beginPerformConnectivityCheckAsync​(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:
        the SyncPoller for polling of 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.
      • beginPerformConnectivityCheckAsync

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectivityCheckResponseInner>,​ConnectivityCheckResponseInner> beginPerformConnectivityCheckAsync​(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:
        the SyncPoller for polling of 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

        ConnectivityCheckResponseInner 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

        ConnectivityCheckResponseInner 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.