Class AzureDevOpsProjectProperties

java.lang.Object
com.azure.resourcemanager.securitydevops.models.AzureDevOpsProjectProperties

public final class AzureDevOpsProjectProperties extends Object
AzureDevOps Project properties.
  • Constructor Details

    • AzureDevOpsProjectProperties

      public AzureDevOpsProjectProperties()
      Creates an instance of AzureDevOpsProjectProperties class.
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioningState property.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public AzureDevOpsProjectProperties withProvisioningState(ProvisioningState provisioningState)
      Set the provisioningState property: The provisioningState property.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the AzureDevOpsProjectProperties object itself.
    • projectId

      public String projectId()
      Get the projectId property: Gets or sets AzureDevOps Project Id.
      Returns:
      the projectId value.
    • withProjectId

      public AzureDevOpsProjectProperties withProjectId(String projectId)
      Set the projectId property: Gets or sets AzureDevOps Project Id.
      Parameters:
      projectId - the projectId value to set.
      Returns:
      the AzureDevOpsProjectProperties object itself.
    • orgName

      public String orgName()
      Get the orgName property: Gets or sets AzureDevOps Org Name.
      Returns:
      the orgName value.
    • withOrgName

      public AzureDevOpsProjectProperties withOrgName(String orgName)
      Set the orgName property: Gets or sets AzureDevOps Org Name.
      Parameters:
      orgName - the orgName value to set.
      Returns:
      the AzureDevOpsProjectProperties object itself.
    • autoDiscovery

      public AutoDiscovery autoDiscovery()
      Get the autoDiscovery property: The autoDiscovery property.
      Returns:
      the autoDiscovery value.
    • withAutoDiscovery

      public AzureDevOpsProjectProperties withAutoDiscovery(AutoDiscovery autoDiscovery)
      Set the autoDiscovery property: The autoDiscovery property.
      Parameters:
      autoDiscovery - the autoDiscovery value to set.
      Returns:
      the AzureDevOpsProjectProperties object itself.
    • validate

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