Interface DataConnectorsCheckRequirementsOperationsClient
public interface DataConnectorsCheckRequirementsOperationsClient
An instance of this class provides access to all the operations defined in
DataConnectorsCheckRequirementsOperationsClient.
-
Method Summary
Modifier and TypeMethodDescriptionpost
(String resourceGroupName, String workspaceName, DataConnectorsCheckRequirements dataConnectorsCheckRequirements) Get requirements state for a data connector type.com.azure.core.http.rest.Response<DataConnectorRequirementsStateInner>
postWithResponse
(String resourceGroupName, String workspaceName, DataConnectorsCheckRequirements dataConnectorsCheckRequirements, com.azure.core.util.Context context) Get requirements state for a data connector type.
-
Method Details
-
post
DataConnectorRequirementsStateInner 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<DataConnectorRequirementsStateInner> 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.
-