Class ProjectProperties
java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.ProjectUpdateProperties
com.azure.resourcemanager.devcenter.fluent.models.ProjectProperties
Properties of a project.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the devCenterUri property: The URI of the resource.Get the provisioningState property: The provisioning state of the resource.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.Methods inherited from class com.azure.resourcemanager.devcenter.fluent.models.ProjectUpdateProperties
description, devCenterId
-
Constructor Details
-
ProjectProperties
public ProjectProperties()Creates an instance of ProjectProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: The provisioning state of the resource.- Returns:
- the provisioningState value.
-
devCenterUri
Get the devCenterUri property: The URI of the resource.- Returns:
- the devCenterUri value.
-
withDevCenterId
Set the devCenterId property: Resource Id of an associated DevCenter.- Overrides:
withDevCenterId
in classProjectUpdateProperties
- Parameters:
devCenterId
- the devCenterId value to set.- Returns:
- the ProjectUpdateProperties object itself.
-
withDescription
Set the description property: Description of the project.- Overrides:
withDescription
in classProjectUpdateProperties
- Parameters:
description
- the description value to set.- Returns:
- the ProjectUpdateProperties object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classProjectUpdateProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-