SqlPoolBlobAuditingPolicies Interface

public interface SqlPoolBlobAuditingPolicies

Resource collection API of SqlPoolBlobAuditingPolicies.

Method Summary

Modifier and Type Method and Description
abstract Blank define()

Begins definition for a new SqlPoolBlobAuditingPolicy resource.

abstract SqlPoolBlobAuditingPolicy get(String resourceGroupName, String workspaceName, String sqlPoolName)

Get a SQL pool's blob auditing policy Get a SQL pool's blob auditing policy.

abstract SqlPoolBlobAuditingPolicy getById(String id)

Get a SQL pool's blob auditing policy Get a SQL pool's blob auditing policy.

abstract Response<SqlPoolBlobAuditingPolicy> getByIdWithResponse(String id, Context context)

Get a SQL pool's blob auditing policy Get a SQL pool's blob auditing policy.

abstract Response<SqlPoolBlobAuditingPolicy> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Get a SQL pool's blob auditing policy Get a SQL pool's blob auditing policy.

abstract PagedIterable<SqlPoolBlobAuditingPolicy> listBySqlPool(String resourceGroupName, String workspaceName, String sqlPoolName)

Lists auditing settings of a Sql pool.

abstract PagedIterable<SqlPoolBlobAuditingPolicy> listBySqlPool(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Lists auditing settings of a Sql pool.

Method Details

define

public abstract SqlPoolBlobAuditingPolicy.DefinitionStages.Blank define()

Begins definition for a new SqlPoolBlobAuditingPolicy resource.

Returns:

the first stage of the new SqlPoolBlobAuditingPolicy definition.

get

public abstract SqlPoolBlobAuditingPolicy get(String resourceGroupName, String workspaceName, String sqlPoolName)

Get a SQL pool's blob auditing policy Get a SQL pool's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.

Returns:

a SQL pool's blob auditing policy.

getById

public abstract SqlPoolBlobAuditingPolicy getById(String id)

Get a SQL pool's blob auditing policy Get a SQL pool's blob auditing policy.

Parameters:

id - the resource ID.

Returns:

a SQL pool's blob auditing policy along with Response<T>.

getByIdWithResponse

public abstract Response<SqlPoolBlobAuditingPolicy> getByIdWithResponse(String id, Context context)

Get a SQL pool's blob auditing policy Get a SQL pool's blob auditing policy.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

a SQL pool's blob auditing policy along with Response<T>.

getWithResponse

public abstract Response<SqlPoolBlobAuditingPolicy> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Get a SQL pool's blob auditing policy Get a SQL pool's blob auditing policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.
context - The context to associate with this operation.

Returns:

a SQL pool's blob auditing policy along with Response<T>.

listBySqlPool

public abstract PagedIterable<SqlPoolBlobAuditingPolicy> listBySqlPool(String resourceGroupName, String workspaceName, String sqlPoolName)

Lists auditing settings of a Sql pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.

Returns:

a list of Sql pool auditing settings as paginated response with PagedIterable<T>.

listBySqlPool

public abstract PagedIterable<SqlPoolBlobAuditingPolicy> listBySqlPool(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Lists auditing settings of a Sql pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.
context - The context to associate with this operation.

Returns:

a list of Sql pool auditing settings as paginated response with PagedIterable<T>.

Applies to