SqlPoolConnectionPolicies interface   
Interface representing a SqlPoolConnectionPolicies.
Methods
| get(string, string, string, string, Sql | 
	Get a Sql pool's connection policy, which is used with table auditing.  | 
Method Details
		get(string, string, string, string, SqlPoolConnectionPoliciesGetOptionalParams)
	      
	Get a Sql pool's connection policy, which is used with table auditing.
function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, connectionPolicyName: string, options?: SqlPoolConnectionPoliciesGetOptionalParams): Promise<SqlPoolConnectionPolicy>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
The name of the workspace.
- sqlPoolName
 - 
				
string
 
SQL pool name
- connectionPolicyName
 - 
				
string
 
The name of the connection policy.
The options parameters.
Returns
Promise<SqlPoolConnectionPolicy>