Interface DataConnectorsCheckRequirementsOperations


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

    • post

      DataConnectorRequirementsState post(String resourceGroupName, String workspaceName, DataConnectorsCheckRequirements dataConnectorsCheckRequirements)
      Get requirements state for a data connector type.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      dataConnectorsCheckRequirements - The parameters for requirements check message.
      Returns:
      requirements state for a data connector type.
      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.
    • postWithResponse

      com.azure.core.http.rest.Response<DataConnectorRequirementsState> postWithResponse(String resourceGroupName, String workspaceName, DataConnectorsCheckRequirements dataConnectorsCheckRequirements, com.azure.core.util.Context context)
      Get requirements state for a data connector type.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      dataConnectorsCheckRequirements - The parameters for requirements check message.
      context - The context to associate with this operation.
      Returns:
      requirements state for a data connector type 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.