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 - The name of the resource group. The name is case insensitive.
      projectName - The name of the project.
      poolName - Name of the pool.
      Returns:
      the next definition stage.