Interface Watcher.DefinitionStages.WithParentResource

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

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

    • withExistingAutomationAccount

      Watcher.DefinitionStages.WithCreate withExistingAutomationAccount(String resourceGroupName, String automationAccountName)
      Specifies resourceGroupName, automationAccountName.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      Returns:
      the next definition stage.