Interface AzureDevOpsRepo.DefinitionStages.WithParentResource

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

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

    • withExistingProject

      AzureDevOpsRepo.DefinitionStages.WithCreate withExistingProject(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName)
      Specifies resourceGroupName, azureDevOpsConnectorName, azureDevOpsOrgName, azureDevOpsProjectName.
      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.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      Returns:
      the next definition stage.