Class ProjectProperties

java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.ProjectUpdateProperties
com.azure.resourcemanager.devcenter.fluent.models.ProjectProperties

public final class ProjectProperties extends ProjectUpdateProperties
Properties of a project.
  • Constructor Details

    • ProjectProperties

      public ProjectProperties()
  • Method Details

    • provisioningState

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

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

      public ProjectProperties withDescription(String description)
      Set the description property: Description of the project.
      Overrides:
      withDescription in class ProjectUpdateProperties
      Parameters:
      description - the description value to set.
      Returns:
      the ProjectUpdateProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class ProjectUpdateProperties
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.