AzureDevOpsOrg.DefinitionStages.WithProperties Interface

public static interface AzureDevOpsOrg.DefinitionStages.WithProperties

The stage of the AzureDevOpsOrg definition allowing to specify properties.

Method Summary

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

Specifies the properties property: Azure DevOps Organization properties..

Method Details

withProperties

public abstract AzureDevOpsOrg.DefinitionStages.WithCreate withProperties(AzureDevOpsOrgProperties properties)

Specifies the properties property: Azure DevOps Organization properties..

Parameters:

properties - Azure DevOps Organization properties.

Returns:

the next definition stage.

Applies to