Interface ProjectEnvironmentType.DefinitionStages.WithParentResource

All Known Subinterfaces:
ProjectEnvironmentType.Definition, ProjectEnvironmentType.DefinitionStages.Blank
Enclosing interface:
ProjectEnvironmentType.DefinitionStages

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

    • withExistingProject

      ProjectEnvironmentType.DefinitionStages.WithCreate withExistingProject(String resourceGroupName, String projectName)
      Specifies resourceGroupName, projectName.
      Parameters:
      resourceGroupName - Name of the resource group within the Azure subscription.
      projectName - The name of the project.
      Returns:
      the next definition stage.