StorageInsight.UpdateStages.WithContainers Interface

public static interface StorageInsight.UpdateStages.WithContainers

The stage of the StorageInsight update allowing to specify containers.

Method Summary

Modifier and Type Method and Description
abstract Update withContainers(List<String> containers)

Specifies the containers property: The names of the blob containers that the workspace should read.

Method Details

withContainers

public abstract StorageInsight.Update withContainers(List 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.

Applies to