Package-level declarations
Types
Link copied to clipboard
Manages a Management Group. !>Note: Configuring subscription_ids
is not supported when using the azure.management.GroupSubscriptionAssociation
resource, results will be unpredictable.
Link copied to clipboard
data class ManagementGroupArgs constructor(val displayName: Output<String>? = null, val name: Output<String>? = null, val parentManagementGroupId: Output<String>? = null, val subscriptionIds: Output<List<String>>? = null) : ConvertibleToJava<ManagementGroupArgs>
Manages a Management Group. !>Note: Configuring subscription_ids
is not supported when using the azure.management.GroupSubscriptionAssociation
resource, results will be unpredictable.
Link copied to clipboard
Builder for ManagementGroupArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ManagementGroup.
Link copied to clipboard
object ManagementgroupsFunctions
Functions
Link copied to clipboard
suspend fun managementGroup(name: String, block: suspend ManagementGroupResourceBuilder.() -> Unit): ManagementGroup