AzureDevOpsOrganizationConfiguration interface
AzureDevOps Org Inventory Configuration.
Properties
auto |
AutoDiscovery states. |
project |
AzureDevOps Project Inventory Configuration. Dictionary of AzureDevOps project name to desired project configuration. If AutoDiscovery is Enabled, this field should be empty or null. |
Property Details
autoDiscovery
AutoDiscovery states.
autoDiscovery?: string
Property Value
string
projectConfigs
AzureDevOps Project Inventory Configuration. Dictionary of AzureDevOps project name to desired project configuration. If AutoDiscovery is Enabled, this field should be empty or null.
projectConfigs?: {[propertyName: string]: AzureDevOpsProjectConfiguration}
Property Value
{[propertyName: string]: AzureDevOpsProjectConfiguration}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript