DataMaskingPolicies Interface

public interface DataMaskingPolicies

Resource collection API of DataMaskingPolicies.

Method Summary

Modifier and Type Method and Description
abstract Blank define()

Begins definition for a new DataMaskingPolicy resource.

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

Gets a Sql pool data masking policy.

abstract DataMaskingPolicy getById(String id)

Gets a Sql pool data masking policy.

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

Gets a Sql pool data masking policy.

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

Gets a Sql pool data masking policy.

Method Details

define

public abstract DataMaskingPolicy.DefinitionStages.Blank define()

Begins definition for a new DataMaskingPolicy resource.

Returns:

the first stage of the new DataMaskingPolicy definition.

get

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

Gets a Sql pool data masking 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 data masking policy.

getById

public abstract DataMaskingPolicy getById(String id)

Gets a Sql pool data masking policy.

Parameters:

id - the resource ID.

Returns:

a Sql pool data masking policy along with Response<T>.

getByIdWithResponse

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

Gets a Sql pool data masking policy.

Parameters:

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

Returns:

a Sql pool data masking policy along with Response<T>.

getWithResponse

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

Gets a Sql pool data masking 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 data masking policy along with Response<T>.

Applies to