Interface Pool.DefinitionStages.WithParentResource

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

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

    • withExistingProject

      Pool.DefinitionStages.WithCreate withExistingProject(String resourceGroupName, String projectName)
      Specifies resourceGroupName, projectName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      projectName - The name of the project.
      Returns:
      the next definition stage.