Interface Module.DefinitionStages.WithParentResource

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

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

    • withExistingAutomationAccount

      Module.DefinitionStages.WithContentLink 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.