Interface Job.DefinitionStages.WithParentResource

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

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

    • withExistingAutomationAccount

      Job.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.