Class CatalogUpdateProperties

java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.CatalogUpdateProperties
Direct Known Subclasses:
CatalogProperties

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

    • CatalogUpdateProperties

      public CatalogUpdateProperties()
  • Method Details

    • gitHub

      public GitCatalog gitHub()
      Get the gitHub property: Properties for a GitHub catalog type.
      Returns:
      the gitHub value.
    • withGitHub

      public CatalogUpdateProperties withGitHub(GitCatalog gitHub)
      Set the gitHub property: Properties for a GitHub catalog type.
      Parameters:
      gitHub - the gitHub value to set.
      Returns:
      the CatalogUpdateProperties object itself.
    • adoGit

      public GitCatalog adoGit()
      Get the adoGit property: Properties for an Azure DevOps catalog type.
      Returns:
      the adoGit value.
    • withAdoGit

      public CatalogUpdateProperties withAdoGit(GitCatalog adoGit)
      Set the adoGit property: Properties for an Azure DevOps catalog type.
      Parameters:
      adoGit - the adoGit value to set.
      Returns:
      the CatalogUpdateProperties object itself.
    • validate

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