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 - Name of the resource group within the Azure subscription.
      projectName - The name of the project.
      Returns:
      the next definition stage.