Class ProjectUpdateProperties
java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.ProjectUpdateProperties
- Direct Known Subclasses:
ProjectProperties
Properties of a project. These properties can be updated after the resource has been created.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ProjectUpdateProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Description of the project.Get the devCenterId property: Resource Id of an associated DevCenter.void
validate()
Validates the instance.withDescription
(String description) Set the description property: Description of the project.withDevCenterId
(String devCenterId) Set the devCenterId property: Resource Id of an associated DevCenter.
-
Constructor Details
-
ProjectUpdateProperties
public ProjectUpdateProperties()Creates an instance of ProjectUpdateProperties class.
-
-
Method Details
-
devCenterId
Get the devCenterId property: Resource Id of an associated DevCenter.- Returns:
- the devCenterId value.
-
withDevCenterId
Set the devCenterId property: Resource Id of an associated DevCenter.- Parameters:
devCenterId
- the devCenterId value to set.- Returns:
- the ProjectUpdateProperties object itself.
-
description
Get the description property: Description of the project.- Returns:
- the description value.
-
withDescription
Set the description property: Description of the project.- Parameters:
description
- the description value to set.- Returns:
- the ProjectUpdateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-