Interface ProjectTask.DefinitionStages.WithParentResource

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

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

    • withExistingProject

      ProjectTask.DefinitionStages.WithCreate withExistingProject(String groupName, String serviceName, String projectName)
      Specifies groupName, serviceName, projectName.
      Parameters:
      groupName - Name of the resource group.
      serviceName - Name of the service.
      projectName - Name of the project.
      Returns:
      the next definition stage.