Interface SqlPoolConnectionPoliciesClient


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

      • get

        SqlPoolConnectionPolicyInner get​(String resourceGroupName,
                                         String workspaceName,
                                         String sqlPoolName,
                                         ConnectionPolicyName connectionPolicyName)
        Get a Sql pool's connection policy, which is used with table auditing.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sqlPoolName - SQL pool name.
        connectionPolicyName - The name of the connection policy.
        Returns:
        a Sql pool's connection policy, which is used with table auditing.
        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.
      • getWithResponse

        com.azure.core.http.rest.Response<SqlPoolConnectionPolicyInner> getWithResponse​(String resourceGroupName,
                                                                                        String workspaceName,
                                                                                        String sqlPoolName,
                                                                                        ConnectionPolicyName connectionPolicyName,
                                                                                        com.azure.core.util.Context context)
        Get a Sql pool's connection policy, which is used with table auditing.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sqlPoolName - SQL pool name.
        connectionPolicyName - The name of the connection policy.
        context - The context to associate with this operation.
        Returns:
        a Sql pool's connection policy, which is used with table auditing 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.