AzureDevOpsProject.UpdateStages.WithProperties Interface

public static interface AzureDevOpsProject.UpdateStages.WithProperties

The stage of the AzureDevOpsProject update allowing to specify properties.

Method Summary

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

Specifies the properties property: Azure DevOps Project properties..

Method Details

withProperties

public abstract AzureDevOpsProject.Update withProperties(AzureDevOpsProjectProperties properties)

Specifies the properties property: Azure DevOps Project properties..

Parameters:

properties - Azure DevOps Project properties.

Returns:

the next definition stage.

Applies to