ProjectTask.DefinitionStages.WithParentResource Interface
public static interface ProjectTask.DefinitionStages.WithParentResource
The stage of the ProjectTask definition allowing to specify parent resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withExistingProject(String groupName, String serviceName, String projectName)
Specifies group |
Method Details
withExistingProject
public abstract ProjectTask.DefinitionStages.WithCreate withExistingProject(String groupName, String serviceName, String projectName)
Specifies groupName, serviceName, projectName.
Parameters:
Returns: