AzureDevOpsProjectInner Class

public final class AzureDevOpsProjectInner
extends ProxyResource

Azure DevOps Project resource.

Constructor Summary

Constructor Description
AzureDevOpsProjectInner()

Creates an instance of AzureDevOpsProjectInner class.

Method Summary

Modifier and Type Method and Description
AzureDevOpsProjectProperties properties()

Get the properties property: Azure DevOps Project properties.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

void validate()

Validates the instance.

AzureDevOpsProjectInner withProperties(AzureDevOpsProjectProperties properties)

Set the properties property: Azure DevOps Project properties.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

AzureDevOpsProjectInner

public AzureDevOpsProjectInner()

Creates an instance of AzureDevOpsProjectInner class.

Method Details

properties

public AzureDevOpsProjectProperties properties()

Get the properties property: Azure DevOps Project properties.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withProperties

public AzureDevOpsProjectInner withProperties(AzureDevOpsProjectProperties properties)

Set the properties property: Azure DevOps Project properties.

Parameters:

properties - the properties value to set.

Returns:

the AzureDevOpsProjectInner object itself.

Applies to