AzurePlanArgs

data class AzurePlanArgs(val productId: Output<String>? = null, val skuDescription: Output<String>? = null, val skuId: Output<String>? = null) : ConvertibleToJava<AzurePlanArgs>

Details of the Azure plan.

Constructors

Link copied to clipboard
constructor(productId: Output<String>? = null, skuDescription: Output<String>? = null, skuId: Output<String>? = null)

Properties

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

The ID that uniquely identifies a product.

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

The sku description.

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

The ID that uniquely identifies a sku.

Functions

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