Interface AzureDevOpsProject.DefinitionStages.WithParentResource

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

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

    • withExistingOrg

      AzureDevOpsProject.DefinitionStages.WithCreate withExistingOrg(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName)
      Specifies resourceGroupName, azureDevOpsConnectorName, azureDevOpsOrgName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      Returns:
      the next definition stage.