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 Details

    • ProjectInner

      public ProjectInner()
  • 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

      public ProjectInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public ProjectInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: The provisioning state of the resource.
      Returns:
      the provisioningState value.
    • devCenterId

      public String devCenterId()
      Get the devCenterId property: Resource Id of an associated DevCenter.
      Returns:
      the devCenterId value.
    • withDevCenterId

      public ProjectInner withDevCenterId(String devCenterId)
      Set the devCenterId property: Resource Id of an associated DevCenter.
      Parameters:
      devCenterId - the devCenterId value to set.
      Returns:
      the ProjectInner object itself.
    • description

      public String description()
      Get the description property: Description of the project.
      Returns:
      the description value.
    • withDescription

      public ProjectInner withDescription(String description)
      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.