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 WithCreate withExistingProject(String groupName, String serviceName, String projectName)

Specifies groupName, serviceName, projectName.

Method Details

withExistingProject

public abstract 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.

Applies to