Interface StorageInsight.UpdateStages.WithTables

All Known Subinterfaces:
StorageInsight.Update
Enclosing interface:
StorageInsight.UpdateStages

public static interface StorageInsight.UpdateStages.WithTables
The stage of the StorageInsight update allowing to specify tables.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the tables property: The names of the Azure tables that the workspace should read.
  • Method Details

    • withTables

      StorageInsight.Update withTables(List<String> 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.