Interface Project.DefinitionStages.WithParentResource

All Known Subinterfaces:
Project.Definition
Enclosing interface:
Project.DefinitionStages

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

    • withExistingService

      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.