Interface ServiceRunner.DefinitionStages.WithParentResource

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

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

    • withExistingLab

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