Interface WatchlistItem.DefinitionStages.WithParentResource

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

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

    • withExistingWatchlist

      WatchlistItem.DefinitionStages.WithCreate withExistingWatchlist(String resourceGroupName, String workspaceName, String watchlistAlias)
      Specifies resourceGroupName, workspaceName, watchlistAlias.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      watchlistAlias - Watchlist Alias.
      Returns:
      the next definition stage.