AzureDevOpsOrg.DefinitionStages.WithParentResource Interface

public static interface AzureDevOpsOrg.DefinitionStages.WithParentResource

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

Method Summary

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

Specifies resourceGroupName, securityConnectorName.

Method Details

withExistingSecurityConnector

public abstract AzureDevOpsOrg.DefinitionStages.WithCreate withExistingSecurityConnector(String resourceGroupName, String securityConnectorName)

Specifies resourceGroupName, securityConnectorName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.

Returns:

the next definition stage.

Applies to