Class CatalogUpdate
java.lang.Object
com.azure.resourcemanager.devcenter.models.CatalogUpdate
The catalog's properties for partial update. Properties not provided in the update request will not be changed.
-
Constructor Summary
-
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.tags()
Get the tags property: Resource tags.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.Set the tags property: Resource tags.
-
Constructor Details
-
CatalogUpdate
public CatalogUpdate()Creates an instance of CatalogUpdate class.
-
-
Method Details
-
tags
Get the tags property: Resource tags.- Returns:
- the tags value.
-
withTags
Set the tags property: Resource tags.- Parameters:
tags
- the tags value to set.- Returns:
- the CatalogUpdate object itself.
-
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 CatalogUpdate 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 CatalogUpdate object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-