Interface SensitivityLabel.DefinitionStages.WithParentResource

All Known Subinterfaces:
SensitivityLabel.Definition, SensitivityLabel.DefinitionStages.Blank
Enclosing interface:
SensitivityLabel.DefinitionStages

public static interface SensitivityLabel.DefinitionStages.WithParentResource
The stage of the SensitivityLabel definition allowing to specify parent resource.
  • Method Details

    • withExistingColumn

      SensitivityLabel.DefinitionStages.WithCreate withExistingColumn(String resourceGroupName, String workspaceName, String sqlPoolName, String schemaName, String tableName, String columnName)
      Specifies resourceGroupName, workspaceName, sqlPoolName, schemaName, tableName, columnName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      sqlPoolName - SQL pool name.
      schemaName - The name of the schema.
      tableName - The name of the table.
      columnName - The name of the column.
      Returns:
      the next definition stage.