ExtendedSqlPoolBlobAuditingPolicy.DefinitionStages.WithParentResource Interface

public static interface ExtendedSqlPoolBlobAuditingPolicy.DefinitionStages.WithParentResource

The stage of the ExtendedSqlPoolBlobAuditingPolicy definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingSqlPool(String resourceGroupName, String workspaceName, String sqlPoolName)

Specifies resourceGroupName, workspaceName, sqlPoolName.

Method Details

withExistingSqlPool

public abstract ExtendedSqlPoolBlobAuditingPolicy.DefinitionStages.WithCreate withExistingSqlPool(String resourceGroupName, String workspaceName, String sqlPoolName)

Specifies resourceGroupName, workspaceName, sqlPoolName.

Parameters:

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

Returns:

the next definition stage.

Applies to