Interface StorageInsight.UpdateStages.WithContainers

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

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

    Modifier and Type
    Method
    Description
    withContainers(List<String> containers)
    Specifies the containers property: The names of the blob containers that the workspace should read.
  • Method Details

    • withContainers

      StorageInsight.Update withContainers(List<String> containers)
      Specifies the containers property: The names of the blob containers that the workspace should read.
      Parameters:
      containers - The names of the blob containers that the workspace should read.
      Returns:
      the next definition stage.