AzureDevOpsProject.DefinitionStages.WithProperties Interface

public static interface AzureDevOpsProject.DefinitionStages.WithProperties

The stage of the AzureDevOpsProject definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(AzureDevOpsProjectProperties properties)

Specifies the properties property: Azure DevOps Project properties..

Method Details

withProperties

public abstract AzureDevOpsProject.DefinitionStages.WithCreate withProperties(AzureDevOpsProjectProperties properties)

Specifies the properties property: Azure DevOps Project properties..

Parameters:

properties - Azure DevOps Project properties.

Returns:

the next definition stage.

Applies to