Interface Workflow.DefinitionStages.WithResourceGroup

All Known Subinterfaces:
Workflow.Definition
Enclosing interface:
Workflow.DefinitionStages

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

    • withExistingResourceGroup

      Workflow.DefinitionStages.WithCreate withExistingResourceGroup(String resourceGroupName)
      Specifies resourceGroupName.
      Parameters:
      resourceGroupName - The resource group name.
      Returns:
      the next definition stage.