ProjectFile.DefinitionStages.WithParentResource Interface

public static interface ProjectFile.DefinitionStages.WithParentResource

The stage of the ProjectFile 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 ProjectFile.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