Interface HybridRunbookWorker.DefinitionStages.WithParentResource

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

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

    • withExistingHybridRunbookWorkerGroup

      HybridRunbookWorker.DefinitionStages.WithCreate withExistingHybridRunbookWorkerGroup(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName)
      Specifies resourceGroupName, automationAccountName, hybridRunbookWorkerGroupName.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      hybridRunbookWorkerGroupName - The hybrid runbook worker group name.
      Returns:
      the next definition stage.