AzureDevOpsProject.DefinitionStages.WithParentResource Interface

public static interface AzureDevOpsProject.DefinitionStages.WithParentResource

The stage of the AzureDevOpsProject definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingAzureDevOpsOrg(String resourceGroupName, String securityConnectorName, String orgName)

Specifies resourceGroupName, securityConnectorName, orgName.

Method Details

withExistingAzureDevOpsOrg

public abstract AzureDevOpsProject.DefinitionStages.WithCreate withExistingAzureDevOpsOrg(String resourceGroupName, String securityConnectorName, String orgName)

Specifies resourceGroupName, securityConnectorName, orgName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.
orgName - The Azure DevOps organization name.

Returns:

the next definition stage.

Applies to