AzureDevOpsOrganizationProfileArgs

data class AzureDevOpsOrganizationProfileArgs(val kind: Output<String>, val organizations: Output<List<OrganizationArgs>>) : ConvertibleToJava<AzureDevOpsOrganizationProfileArgs>

Azure DevOps organization profile

Constructors

Link copied to clipboard
constructor(kind: Output<String>, organizations: Output<List<OrganizationArgs>>)

Properties

Link copied to clipboard
val kind: Output<String>

Discriminator property for OrganizationProfile. Expected value is 'AzureDevOps'.

Link copied to clipboard

The list of Azure DevOps organizations the pool should be present in.

Functions

Link copied to clipboard
open override fun toJava(): AzureDevOpsOrganizationProfileArgs