Azure Plan Args
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.
Details of the Azure plan.