ExtendedSqlPoolBlobAuditingPolicies interface     
Interface representing a ExtendedSqlPoolBlobAuditingPolicies.
Methods
| create | Creates or updates an extended Sql pool's blob auditing policy. | 
| get(string, string, string, Extended | Gets an extended Sql pool's blob auditing policy. | 
| list | Lists extended auditing settings of a Sql pool. | 
Method Details
		createOrUpdate(string, string, string, ExtendedSqlPoolBlobAuditingPolicy, ExtendedSqlPoolBlobAuditingPoliciesCreateOrUpdateOptionalParams)
	               
	Creates or updates an extended Sql pool's blob auditing policy.
function createOrUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: ExtendedSqlPoolBlobAuditingPolicy, options?: ExtendedSqlPoolBlobAuditingPoliciesCreateOrUpdateOptionalParams): Promise<ExtendedSqlPoolBlobAuditingPolicy>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
- parameters
- ExtendedSqlPoolBlobAuditingPolicy
The extended Sql pool blob auditing policy.
The options parameters.
Returns
Promise<ExtendedSqlPoolBlobAuditingPolicy>
		get(string, string, string, ExtendedSqlPoolBlobAuditingPoliciesGetOptionalParams)
	        
	Gets an extended Sql pool's blob auditing policy.
function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: ExtendedSqlPoolBlobAuditingPoliciesGetOptionalParams): Promise<ExtendedSqlPoolBlobAuditingPolicy>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
The options parameters.
Returns
Promise<ExtendedSqlPoolBlobAuditingPolicy>
		listBySqlPool(string, string, string, ExtendedSqlPoolBlobAuditingPoliciesListBySqlPoolOptionalParams)
	            
	Lists extended auditing settings of a Sql pool.
function listBySqlPool(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: ExtendedSqlPoolBlobAuditingPoliciesListBySqlPoolOptionalParams): PagedAsyncIterableIterator<ExtendedSqlPoolBlobAuditingPolicy, ExtendedSqlPoolBlobAuditingPolicy[], PageSettings>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
The options parameters.