Class CatalogUpdateProperties
java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.CatalogUpdateProperties
- Direct Known Subclasses:
CatalogProperties
Properties of a catalog. These properties can be updated after the resource has been created.
-
Constructor Summary
ConstructorDescriptionCreates an instance of CatalogUpdateProperties class. -
Method Summary
Modifier and TypeMethodDescriptionadoGit()
Get the adoGit property: Properties for an Azure DevOps catalog type.gitHub()
Get the gitHub property: Properties for a GitHub catalog type.void
validate()
Validates the instance.withAdoGit
(GitCatalog adoGit) Set the adoGit property: Properties for an Azure DevOps catalog type.withGitHub
(GitCatalog gitHub) Set the gitHub property: Properties for a GitHub catalog type.
-
Constructor Details
-
CatalogUpdateProperties
public CatalogUpdateProperties()Creates an instance of CatalogUpdateProperties class.
-
-
Method Details
-
gitHub
Get the gitHub property: Properties for a GitHub catalog type.- Returns:
- the gitHub value.
-
withGitHub
Set the gitHub property: Properties for a GitHub catalog type.- Parameters:
gitHub
- the gitHub value to set.- Returns:
- the CatalogUpdateProperties object itself.
-
adoGit
Get the adoGit property: Properties for an Azure DevOps catalog type.- Returns:
- the adoGit value.
-
withAdoGit
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.
-