Interface JobSchedule.DefinitionStages.WithParentResource

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

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

    • withExistingAutomationAccount

      JobSchedule.DefinitionStages.WithSchedule 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.