Interface Runbook.DefinitionStages.WithParentResource

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

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

    • withExistingAutomationAccount

      Runbook.DefinitionStages.WithRunbookType 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.