StorageBillingPropertiesArgs

data class StorageBillingPropertiesArgs(val billingMode: Output<String>? = null, val sku: Output<String>? = null) : ConvertibleToJava<StorageBillingPropertiesArgs>

Describes the billing related details of the AzureLargeStorageInstance.

Constructors

Link copied to clipboard
constructor(billingMode: Output<String>? = null, sku: Output<String>? = null)

Properties

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

the billing mode for the storage instance

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

the SKU type that is provisioned

Functions

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