SqlPoolConnectionPolicies Interface

public interface SqlPoolConnectionPolicies

Resource collection API of SqlPoolConnectionPolicies.

Method Summary

Modifier and Type Method and Description
abstract SqlPoolConnectionPolicy get(String resourceGroupName, String workspaceName, String sqlPoolName, ConnectionPolicyName connectionPolicyName)

Get a Sql pool's connection policy, which is used with table auditing Get a Sql pool's connection policy, which is used with table auditing.

abstract Response<SqlPoolConnectionPolicy> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, ConnectionPolicyName connectionPolicyName, Context context)

Get a Sql pool's connection policy, which is used with table auditing Get a Sql pool's connection policy, which is used with table auditing.

Method Details

get

public abstract SqlPoolConnectionPolicy get(String resourceGroupName, String workspaceName, String sqlPoolName, ConnectionPolicyName connectionPolicyName)

Get a Sql pool's connection policy, which is used with table auditing 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.

getWithResponse

public abstract Response<SqlPoolConnectionPolicy> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, ConnectionPolicyName connectionPolicyName, Context context)

Get a Sql pool's connection policy, which is used with table auditing 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<T>.

Applies to