Catalog.DefinitionStages.WithAdoGit Interface

public static interface Catalog.DefinitionStages.WithAdoGit

The stage of the Catalog definition allowing to specify adoGit.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAdoGit(GitCatalog adoGit)

Specifies the adoGit property: Properties for an Azure DevOps catalog type..

Method Details

withAdoGit

public abstract Catalog.DefinitionStages.WithCreate withAdoGit(GitCatalog adoGit)

Specifies the adoGit property: Properties for an Azure DevOps catalog type..

Parameters:

adoGit - Properties for an Azure DevOps catalog type.

Returns:

the next definition stage.

Applies to