Class ProjectUpdateProperties

java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.ProjectUpdateProperties
Direct Known Subclasses:
ProjectProperties

public class ProjectUpdateProperties extends Object
Properties of a project. These properties can be updated after the resource has been created.
  • Constructor Details

    • ProjectUpdateProperties

      public ProjectUpdateProperties()
  • Method Details

    • devCenterId

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

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

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

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