Interface Schedule.DefinitionStages.WithParentResource

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

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

    • withExistingPool

      Schedule.DefinitionStages.WithCreate withExistingPool(String resourceGroupName, String projectName, String poolName)
      Specifies resourceGroupName, projectName, poolName.
      Parameters:
      resourceGroupName - Name of the resource group within the Azure subscription.
      projectName - The name of the project.
      poolName - Name of the pool.
      Returns:
      the next definition stage.