CatalogUpdate interface
The catalog's properties for partial update. Properties not provided in the update request will not be changed.
Properties
ado |
Properties for an Azure DevOps catalog type. |
git |
Properties for a GitHub catalog type. |
sync |
Indicates the type of sync that is configured for the catalog. |
tags | Resource tags. |
Property Details
adoGit
gitHub
syncType
Indicates the type of sync that is configured for the catalog.
syncType?: string
Property Value
string
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}