PutAliasRequestAdditionalPropertiesArgs

data class PutAliasRequestAdditionalPropertiesArgs(val managementGroupId: Output<String>? = null, val subscriptionOwnerId: Output<String>? = null, val subscriptionTenantId: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PutAliasRequestAdditionalPropertiesArgs>

Put subscription additional properties.

Constructors

Link copied to clipboard
constructor(managementGroupId: Output<String>? = null, subscriptionOwnerId: Output<String>? = null, subscriptionTenantId: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val managementGroupId: Output<String>? = null

Management group Id for the subscription.

Link copied to clipboard
val subscriptionOwnerId: Output<String>? = null

Owner Id of the subscription

Link copied to clipboard
val subscriptionTenantId: Output<String>? = null

Tenant Id of the subscription

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Tags for the subscription

Functions

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