StorageInsight.UpdateStages.WithTables Interface

public static interface StorageInsight.UpdateStages.WithTables

The stage of the StorageInsight update allowing to specify tables.

Method Summary

Modifier and Type Method and Description
abstract Update withTables(List<String> tables)

Specifies the tables property: The names of the Azure tables that the workspace should read.

Method Details

withTables

public abstract StorageInsight.Update withTables(List tables)

Specifies the tables property: The names of the Azure tables that the workspace should read.

Parameters:

tables - The names of the Azure tables that the workspace should read.

Returns:

the next definition stage.

Applies to