Project.DefinitionStages.WithParentResource Interface

public static interface Project.DefinitionStages.WithParentResource

The stage of the Project definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingService(String groupName, String serviceName)

Specifies groupName, serviceName.

Method Details

withExistingService

public abstract Project.DefinitionStages.WithCreate withExistingService(String groupName, String serviceName)

Specifies groupName, serviceName.

Parameters:

groupName - Name of the resource group.
serviceName - Name of the service.

Returns:

the next definition stage.

Applies to