Interface Formula.DefinitionStages.WithParentResource

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

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

    • withExistingLab

      Formula.DefinitionStages.WithCreate withExistingLab(String resourceGroupName, String labName)
      Specifies resourceGroupName, labName.
      Parameters:
      resourceGroupName - The name of the resource group.
      labName - The name of the lab.
      Returns:
      the next definition stage.