Class ProjectInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.devcenter.fluent.models.ProjectInner
public final class ProjectInner
extends com.azure.core.management.Resource
Represents a project resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Description of the project.Get the devCenterId property: Resource Id of an associated DevCenter.Get the devCenterUri property: The URI of the resource.Get the provisioningState property: The provisioning state of the resource.com.azure.core.management.SystemData
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.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.withLocation
(String location) Methods inherited from class com.azure.core.management.Resource
location, tags
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ProjectInner
public ProjectInner()Creates an instance of ProjectInner class.
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
withLocation
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
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.
-
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 ProjectInner 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 ProjectInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-